Interface CosmosDBAccount.DefinitionStages.WithKeyBasedMetadataWriteAccess
-
- All Known Subinterfaces:
CosmosDBAccount.Definition,CosmosDBAccount.DefinitionStages.WithCreate
- Enclosing interface:
- CosmosDBAccount.DefinitionStages
public static interface CosmosDBAccount.DefinitionStages.WithKeyBasedMetadataWriteAccessThe stage of the cosmos db definition allowing to specify metadata write access.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CosmosDBAccount.DefinitionStages.WithCreatewithDisableKeyBaseMetadataWriteAccess(boolean disabled)Specifies whether metadata write access should be disabled.
-
-
-
Method Detail
-
withDisableKeyBaseMetadataWriteAccess
CosmosDBAccount.DefinitionStages.WithCreate 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
-
-