PermissionMode Enum
- java.
lang. Object - java.
lang. Enum<PermissionMode> - com.
microsoft. azure. cosmosdb. PermissionMode
- com.
- java.
public 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
getValue()
public int getValue()
Gets the numerical value of the permission mode.
Returns
int
the numerical value.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java