ContainerProperties.ChangeFeedPolicy Property

Definition

Gets the ChangeFeedPolicy associated with the container from the Azure Cosmos DB service.

[Newtonsoft.Json.JsonIgnore]
public Microsoft.Azure.Cosmos.ChangeFeedPolicy ChangeFeedPolicy { get; set; }
[<Newtonsoft.Json.JsonIgnore>]
member this.ChangeFeedPolicy : Microsoft.Azure.Cosmos.ChangeFeedPolicy with get, set
Public Property ChangeFeedPolicy As ChangeFeedPolicy

Property Value

The change feed policy associated with the container.

Attributes
Newtonsoft.Json.JsonIgnoreAttribute

Applies to