ChangeFeedItem<T>.Metadata Property

Definition

The item metadata for all versions and deletes change feed mode.

[Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore, PropertyName="metadata")]
[System.Text.Json.Serialization.JsonPropertyName("metadata")]
public Microsoft.Azure.Cosmos.ChangeFeedMetadata Metadata { get; set; }
[<Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore, PropertyName="metadata")>]
[<System.Text.Json.Serialization.JsonPropertyName("metadata")>]
member this.Metadata : Microsoft.Azure.Cosmos.ChangeFeedMetadata with get, set
Public Property Metadata As ChangeFeedMetadata

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute JsonPropertyNameAttribute

Applies to