Search Results for

    Show / Hide Table of Contents

    Class LiveStreamMessage

    Inheritance
    object
    Message
    LiveStreamMessage
    Inherited Members
    Message.Id
    Message.Retries
    Message.RetriesPerformed
    Message.Priority
    Message.Deduplicate
    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 LiveStreamMessage : Message

    Properties

    ApplicationEvent

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

    CustomerAlias

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

    CustomerId

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

    DocumentChange

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

    Scope

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

    Timestamp

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

    Methods

    FromJson(string)

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

    Returns
    LiveStreamMessage

    ToJson()

    Declaration
    public string ToJson()
    Returns
    string

    Back to top Generated by DocFX