Uses of Class
com.azure.cosmos.NonIdempotentWriteRetryOptions
Package
Description
This package provides interfaces for interacting with Azure Cosmos DB.
-
Uses of NonIdempotentWriteRetryOptions in com.azure.cosmos
Modifier and TypeMethodDescriptionNonIdempotentWriteRetryOptions.setEnabled
(boolean isEnabled) Specifies whether automatic retries for write operations even when they are not guaranteed to be idempotent are enabled.NonIdempotentWriteRetryOptions.setTrackingIdUsed
(boolean useTrackingIdForCreateAndReplace) Specifies whether write operations can use the trackingId system property '/_trackingId' to allow identification of conflicts and pre-condition failures due to retries.Modifier and TypeMethodDescriptionCosmosClientBuilder.nonIdempotentWriteRetryOptions
(NonIdempotentWriteRetryOptions options) Enables automatic retries for write operations even when the SDK can't guarantee that they are idempotent.