Search Results for

    Show / Hide Table of Contents

    Class CdnStatisticsEvent

    Inheritance
    object
    ApplicationEvent
    CdnStatisticsEvent
    Inherited Members
    ApplicationEvent.Timestamp
    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 CdnStatisticsEvent : ApplicationEvent

    Properties

    ReportedTimeEnd

    Declaration
    [JsonProperty("reportedTimeEnd", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
    public DateTime ReportedTimeEnd { get; set; }
    Property Value
    DateTime

    ReportedTimeStart

    Declaration
    [JsonProperty("reportedTimeStart", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
    public DateTime ReportedTimeStart { get; set; }
    Property Value
    DateTime

    Traffic

    Declaration
    [JsonProperty("traffic", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
    public IDictionary<string, CdnTrafficValues> Traffic { get; set; }
    Property Value
    IDictionary<string, CdnTrafficValues>

    Methods

    FromJson(string)

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

    Returns
    CdnStatisticsEvent

    ToJson()

    Declaration
    public string ToJson()
    Returns
    string

    Back to top Generated by DocFX