Search Results for

    Show / Hide Table of Contents

    Class ExportContentStatisticsRequest

    Inheritance
    object
    ExportContentStatisticsRequest
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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

    After

    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
    DateTime?

    AggregateApiClients

    Whether exported information should be separated by api client

    Declaration
    [JsonProperty("aggregateApiClients", Required = Required.Always)]
    public bool AggregateApiClients { get; set; }
    Property Value
    bool

    Before

    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
    DateTime?

    Filter

    Allows filtering of retrieved statistical data

    Declaration
    [JsonProperty("filter", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
    public ContentFilterRequest Filter { get; set; }
    Property Value
    ContentFilterRequest

    IncludeContentNames

    Enrich export with Name display value of Content

    Declaration
    [JsonProperty("includeContentNames", Required = Required.Always)]
    public bool IncludeContentNames { get; set; }
    Property Value
    bool

    Interval

    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
    TimeSpan?

    NotifyProgress

    Whether notifications should be published for progress and completion

    Declaration
    [JsonProperty("notifyProgress", Required = Required.Always)]
    public bool NotifyProgress { get; set; }
    Property Value
    bool

    Methods

    FromJson(string)

    Declaration
    public static ExportContentStatisticsRequest FromJson(string data)
    Parameters
    string data

    Returns
    ExportContentStatisticsRequest

    ToJson()

    Declaration
    public string ToJson()
    Returns
    string

    Back to top Generated by DocFX