Class ExportContentStatisticsRequest
Inheritance
ExportContentStatisticsRequest
Namespace: System.Dynamic.ExpandoObject
Syntax
[GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")]
public class ExportContentStatisticsRequest
Properties
Optional begin of time range for which statistical data should be exported
Declaration
[JsonProperty("after", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public DateTime? After { get; set; }
Property Value
Whether exported information should be separated by api client
Declaration
[JsonProperty("aggregateApiClients", Required = Required.Always)]
public bool AggregateApiClients { get; set; }
Property Value
Optional end of time range for which statistical data should be exported
Declaration
[JsonProperty("before", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public DateTime? Before { get; set; }
Property Value
Allows filtering of retrieved statistical data
Declaration
[JsonProperty("filter", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public ContentFilterRequest Filter { get; set; }
Property Value
Enrich export with Name display value of Content
Declaration
[JsonProperty("includeContentNames", Required = Required.Always)]
public bool IncludeContentNames { get; set; }
Property Value
Desired temporal resolution of exported data. Must not be lower than 1 hour
Declaration
[JsonProperty("interval", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public TimeSpan? Interval { get; set; }
Property Value
Whether notifications should be published for progress and completion
Declaration
[JsonProperty("notifyProgress", Required = Required.Always)]
public bool NotifyProgress { get; set; }
Property Value
Methods
Declaration
public static ExportContentStatisticsRequest FromJson(string data)
Parameters
Returns