Class UserAggregationRequest
Represents an aggregation request over users.
Inheritance
UserAggregationRequest
Inherited Members
Namespace: System.Dynamic.ExpandoObject
Syntax
[GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")]
public class UserAggregationRequest : UserSearchAndAggregationBaseRequest
Properties
Aggregators
List of aggregators that defines how the items should be aggregated.
Declaration
[JsonProperty("aggregators", Required = Required.Always)]
[Required]
public ICollection<AggregatorBase> Aggregators { get; set; }
Property Value
ICollection<AggregatorBase> |
Methods
FromJson(string)
Declaration
public static UserAggregationRequest FromJson(string data)
Parameters
string data |
Returns
UserAggregationRequest |