CosmosDBAccount.UpdateStages.WithKeyBasedMetadataWriteAccess Interface
public static interface CosmosDBAccount.UpdateStages.WithKeyBasedMetadataWriteAccess
The stage of the cosmos db update allowing to specify metadata write access.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
With |
withDisableKeyBaseMetadataWriteAccess(boolean disabled)
Specifies whether metadata write access should be disabled. |
Method Details
withDisableKeyBaseMetadataWriteAccess
public abstract CosmosDBAccount.UpdateStages.WithOptionals withDisableKeyBaseMetadataWriteAccess(boolean disabled)
Specifies whether metadata write access should be disabled.
Parameters:
disabled
- whether metadata write access is disabled or not.
Returns:
the next stage
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