PermissionMode Enum
- java.
lang. Object - java.
lang. Enum - com.
azure. cosmos. models. PermissionMode
- com.
- java.
public enum PermissionMode
extends Enum<PermissionMode>
Enumeration specifying applicability of permission in the Azure Cosmos DB database service.
Fields
ALL |
Permission applicable for all operations. |
READ |
Permission applicable for read operations only. |
Methods inherited from java.lang.Enum
Methods inherited from java.lang.Object
Methods
getValue()
public int getValue()
Gets the numerical value of the permission mode.