ChangeFeedMetadata.Id Property

Definition

Applicable for delete operations only, otherwise null. The id of the previous item version.

[Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore, PropertyName="id")]
[System.Text.Json.Serialization.JsonInclude]
[System.Text.Json.Serialization.JsonPropertyName("id")]
public string Id { get; }
[<Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore, PropertyName="id")>]
[<System.Text.Json.Serialization.JsonInclude>]
[<System.Text.Json.Serialization.JsonPropertyName("id")>]
member this.Id : string
Public ReadOnly Property Id As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute JsonIncludeAttribute JsonPropertyNameAttribute

Applies to