Struct QueryOptions
Alter the behavior of the MetadataQuery with these options.
Inherited Members
Namespace: Unity.Cloud.DataStreaming.Metadata
Assembly: Unity.Cloud.DataStreaming.Runtime.dll
Syntax
public struct QueryOptions
Constructors
QueryOptions(int, int)
Default constructor.
Declaration
public QueryOptions(int chunkSize, int parallel)
Parameters
Type | Name | Description |
---|---|---|
int | chunkSize | Limit the amount of InstanceId sent to WhereInstanceEquals(IEnumerable<InstanceId>) by splitting the call in multiple ones if exceeded. |
int | parallel | Limit the number of parallel queries that can be executed simultaneously. |