Uses of Class
com.azure.cosmos.CosmosRegionSwitchHint
Package
Description
This package provides interfaces for interacting with Azure Cosmos DB.
-
Uses of CosmosRegionSwitchHint in com.azure.cosmos
Modifier and TypeFieldDescriptionstatic final CosmosRegionSwitchHint
CosmosRegionSwitchHint.LOCAL_REGION_PREFERRED
LOCAL_REGION_PREFERRED
corresponds to a hint which will result in internal retry policies biasing the local region of a request more than remote regions.static final CosmosRegionSwitchHint
CosmosRegionSwitchHint.REMOTE_REGION_PREFERRED
REMOTE_REGION_PREFERRED
corresponds to a hint which will result in internal retry policies biasing remote regions more than the local region.Modifier and TypeMethodDescriptionSessionRetryOptionsBuilder.regionSwitchHint
(CosmosRegionSwitchHint regionSwitchHint) Sets theCosmosRegionSwitchHint
which specifies for a request whether internal retry policies should prioritize a local region or a remote region.