Package | Description |
---|---|
com.azure.cosmos.models |
This package provides rest contracts for interacting with Azure Cosmos DB SQL APIs.
|
Modifier and Type | Method and Description |
---|---|
static ChangeFeedPolicy |
ChangeFeedPolicy.createFullFidelityPolicy(Duration retentionDuration)
Creates a ChangeFeedPolicy with retention duration for full fidelity processing
|
static ChangeFeedPolicy |
ChangeFeedPolicy.createIncrementalPolicy()
Creates a default ChangeFeedPolicy without retention duration specified.
|
ChangeFeedPolicy |
CosmosContainerProperties.getChangeFeedPolicy()
Gets the changeFeedPolicy for this container in the Azure Cosmos DB service.
|
Modifier and Type | Method and Description |
---|---|
CosmosContainerProperties |
CosmosContainerProperties.setChangeFeedPolicy(ChangeFeedPolicy value)
Sets the changeFeedPolicy for this container in the Azure Cosmos DB service.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.