PermissionMode Enum

  • java.lang.Object
    • java.lang.Enum<PermissionMode>
      • com.microsoft.azure.cosmosdb.PermissionMode

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