Struct AggregationParameters
Inherited Members
Namespace: Unity.Cloud.Assets
Syntax
public readonly struct AggregationParameters
Constructors
AggregationParameters(String, Nullable<Int32>)
Declaration
public AggregationParameters(string aggregationField, int? resultLimit = null)
Parameters
Type | Name | Description |
---|---|---|
String | aggregationField | |
Nullable<Int32> | resultLimit |
Properties
AggregationField
Declaration
public readonly string AggregationField { get; }
Property Value
Type | Description |
---|---|
String |
ResultLimit
Declaration
public readonly int? ResultLimit { get; }
Property Value
Type | Description |
---|---|
Nullable<Int32> |