CosmosDBAccount.UpdateStages.WithMultipleLocations Interface
public static interface CosmosDBAccount.UpdateStages.WithMultipleLocations
The stage of the Cosmos DB update definition allowing to specify whether multiple write locations are enabled or not.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
With |
withMultipleWriteLocationsEnabled(boolean enabled)
Specifies whether multiple write locations are enabled or not for this cosmos db account. |
Method Details
withMultipleWriteLocationsEnabled
public abstract CosmosDBAccount.UpdateStages.WithOptionals withMultipleWriteLocationsEnabled(boolean enabled)
Specifies whether multiple write locations are enabled or not for this cosmos db account.
Parameters:
enabled
- whether multiple write locatiosn are enabled or not.
Returns:
the next stage of the update definition
Applies to
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Java