Class ContentStatisticsAggregated
Inheritance
ContentStatisticsAggregated
Namespace: System.Dynamic.ExpandoObject
Syntax
[GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")]
public class ContentStatisticsAggregated
Properties
Contains aggregated data for the complete lifetime of the Content
Declaration
[JsonProperty("overall", Required = Required.Always)]
[Required]
public ContentStatisticsData Overall { get; set; }
Property Value
Contains aggregated data according to requested time frames
Declaration
[JsonProperty("timeFrames", Required = Required.Always)]
[Required]
public ICollection<ContentStatisticsAggregatedTimeFrameBucket> TimeFrames { get; set; }
Property Value
Methods
Declaration
public static ContentStatisticsAggregated FromJson(string data)
Parameters
Returns