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