ChangeFeedMetadata.Lsn Property

Definition

The current change's logical sequence number.

[Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore, PropertyName="lsn")]
[System.Text.Json.Serialization.JsonInclude]
[System.Text.Json.Serialization.JsonPropertyName("lsn")]
public long Lsn { get; }
[<Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore, PropertyName="lsn")>]
[<System.Text.Json.Serialization.JsonInclude>]
[<System.Text.Json.Serialization.JsonPropertyName("lsn")>]
member this.Lsn : int64
Public ReadOnly Property Lsn As Long

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute JsonIncludeAttribute JsonPropertyNameAttribute

Applies to