ChangeFeedMetadata.PreviousLsn Property

Definition

The previous change's logical sequence number.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute JsonIncludeAttribute JsonPropertyNameAttribute

Applies to