ContainerProperties.ChangeFeedPolicy 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.
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