Search Results for

    Show / Hide Table of Contents

    Class AddContentEventsRequestItem

    Inheritance
    object
    AddContentEventsRequestItem
    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 AddContentEventsRequestItem

    Properties

    ApiClientId

    Optionally specify the used ApiClient. Defaults to the API Client sending this request.

    Declaration
    [JsonProperty("apiClientId", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
    public string ApiClientId { get; set; }
    Property Value
    string

    ContentId

    Specifies content for which the events happened

    Declaration
    [JsonProperty("contentId", Required = Required.Always)]
    [Required]
    public string ContentId { get; set; }
    Property Value
    string

    ExternalEventTraceId

    Optionally specify an additional id under which the supplied data should be tracked. This
    Id is only used internally and cannot be retrieved through API or export.

    Declaration
    [JsonProperty("externalEventTraceId", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
    public string ExternalEventTraceId { get; set; }
    Property Value
    string

    Statistics

    Data to be added to statistics

    Declaration
    [JsonProperty("statistics", Required = Required.Always)]
    [Required]
    public ContentStatisticsDataEditable Statistics { get; set; }
    Property Value
    ContentStatisticsDataEditable

    Timestamp

    Specifies at which time the events happened. The information will be automatically aggregated according to internal temporal resolution of statistics.

    Declaration
    [JsonProperty("timestamp", Required = Required.Always)]
    [Required]
    public DateTime Timestamp { get; set; }
    Property Value
    DateTime

    Methods

    FromJson(string)

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

    Returns
    AddContentEventsRequestItem

    ToJson()

    Declaration
    public string ToJson()
    Returns
    string

    Back to top Generated by DocFX