Class TermsEnumAggregator
A multi-bucket value aggregator used for aggregations on indexed enum values.
Inheritance
TermsEnumAggregator
Namespace: System.Dynamic.ExpandoObject
Syntax
[GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")]
public class TermsEnumAggregator : TermsAggregator
Properties
Type of the enum target of the relation. It is used to resolve the enum translation.
Declaration
[JsonProperty("enumType", Required = Required.Always)]
[Required]
public string EnumType { get; set; }
Property Value
Methods
Declaration
public static TermsEnumAggregator FromJson(string data)
Parameters
Returns