PermissionMode Enum

Definition

These are the access permissions for creating or replacing a Permission resource in the Azure DocumentDB database service.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

[System.Flags]
public enum PermissionMode
Inheritance
PermissionMode
Attributes

Fields

All

All permission mode will provide the user with full access(read, insert, replace and delete) to a resource.

Read

Read permission mode will provide the user with Read only access to a resource.

Remarks

A Permission resource associates an access permission of a user on a particular resource.