Class ContentRightAggregationCount
Combination of ContentRight and found document count
Inheritance
ContentRightAggregationCount
Namespace: System.Dynamic.ExpandoObject
Syntax
[GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")]
public class ContentRightAggregationCount
Properties
Declaration
[JsonProperty("contentRight", Required = Required.Always)]
[Required(AllowEmptyStrings = true)]
[JsonConverter(typeof(StringEnumConverter))]
public ContentRight ContentRight { get; set; }
Property Value
Declaration
[JsonProperty("count", Required = Required.Always)]
public long Count { get; set; }
Property Value
Methods
Declaration
public static ContentRightAggregationCount FromJson(string data)
Parameters
Returns