Class TermsRelationAggregator
A multi-bucket value aggregator used for aggregations on relation item ids.
Inheritance
TermsRelationAggregator
Namespace: System.Dynamic.ExpandoObject
Syntax
[GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")]
public class TermsRelationAggregator : TermsAggregator
Properties
Type of the item target of the relation. It is used to resolve the target ID.
Declaration
[JsonProperty("documentType", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
[JsonConverter(typeof(StringEnumConverter))]
public TermsRelationAggregatorDocumentType DocumentType { get; set; }
Property Value
Methods
Declaration
public static TermsRelationAggregator FromJson(string data)
Parameters
Returns