Uses of Class
com.azure.cosmos.models.ChangeFeedPolicy
Package
Description
This package provides rest contracts for interacting with Azure Cosmos DB SQL APIs.
-
Uses of ChangeFeedPolicy in com.azure.cosmos.models
Modifier and TypeMethodDescriptionstatic ChangeFeedPolicy
ChangeFeedPolicy.createAllVersionsAndDeletesPolicy
(Duration retentionDuration) Creates a ChangeFeedPolicy with retention duration for AllVersionsAndDeletes processingstatic ChangeFeedPolicy
ChangeFeedPolicy.createFullFidelityPolicy
(Duration retentionDuration) Deprecated.static ChangeFeedPolicy
ChangeFeedPolicy.createIncrementalPolicy()
Deprecated.usecreateLatestVersionPolicy()
instead.static ChangeFeedPolicy
ChangeFeedPolicy.createLatestVersionPolicy()
Creates a default ChangeFeedPolicy without retention duration specified.CosmosContainerProperties.getChangeFeedPolicy()
Gets the changeFeedPolicy for this container in the Azure Cosmos DB service.Modifier and TypeMethodDescriptionCosmosContainerProperties.setChangeFeedPolicy
(ChangeFeedPolicy value) Sets the changeFeedPolicy for this container in the Azure Cosmos DB service.
createAllVersionsAndDeletesPolicy(Duration)
instead.