PermissionMode Enumeration

 

Updated: June 30, 2017

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.

Namespace:   Microsoft.Azure.Documents
Assembly:  Microsoft.Azure.Documents.Client (in Microsoft.Azure.Documents.Client.dll)

No code example is currently available or this language may not be supported.

Member nameDescription
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.

IsDefined

Determines if a certain property is defined or not. (Defined by TypeCheckFunctionsExtensions.)

IsNull

Determines if a certain property is null or not. (Defined by TypeCheckFunctionsExtensions.)

IsPrimitive

Determines if a certain property is of premitive JSON type. (Defined by TypeCheckFunctionsExtensions.)

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

Return to top
Show: