Class AggregationFilter
Inheritance
AggregationFilter
Namespace: System.Dynamic.ExpandoObject
Syntax
[GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")]
public class AggregationFilter : FilterBase
Properties
The name of the aggregation this filter is connected to.
Declaration
[JsonProperty("aggregationName", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string AggregationName { get; set; }
Property Value
The filter to be applied.
Declaration
[JsonProperty("filter", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public FilterBase Filter { get; set; }
Property Value
Autogenerated Guid at request time, for precise aggregation result mapping.
Declaration
[JsonProperty("temporaryAggregatorRequestId", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string TemporaryAggregatorRequestId { get; set; }
Property Value
Methods
Declaration
public static AggregationFilter FromJson(string data)
Parameters
Returns