Uses of Class
com.azure.data.cosmos.ConsistencyPolicy
-
Packages that use ConsistencyPolicy Package Description com.azure.data.cosmos This package provides Rx interfaces for interacting with Azure Cosmos DB. -
-
Uses of ConsistencyPolicy in com.azure.data.cosmos
Methods in com.azure.data.cosmos that return ConsistencyPolicy Modifier and Type Method Description ConsistencyPolicy
ConsistencyPolicy. defaultConsistencyLevel(ConsistencyLevel level)
Set the name of the resource.ConsistencyPolicy
ConsistencyPolicy. maxStalenessIntervalInSeconds(int maxStalenessIntervalInSeconds)
Sets the in bounded staleness consistency, the maximum allowed staleness in terms time interval.ConsistencyPolicy
ConsistencyPolicy. maxStalenessPrefix(int maxStalenessPrefix)
Sets the bounded staleness consistency, the maximum allowed staleness in terms difference in sequence numbers (aka version).
-