Interface IWithKeyBasedMetadataWriteAccess
- Assembly
- Microsoft.Azure.Management.CosmosDB.Fluent.dll
The stage of the cosmos db definition allowing to specify metadata write access.
public interface IWithKeyBasedMetadataWriteAccess
Methods
WithDisableKeyBaseMetadataWriteAccess(bool)
Specifies whether metadata write access should be disabled.
IWithCreate WithDisableKeyBaseMetadataWriteAccess(bool disabled)
Parameters
disabled
boolWhether metadata write access is disabled or not.