ChangeFeedItem<T>.Metadata Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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