ResourceResponse<T>.PermissionQuota Property

 

Gets the maximum quota for permission resources within an account from the Azure DocumentDB database service.

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

Syntax

public long PermissionQuota { get; }
public:
property long long PermissionQuota {
    virtual long long get() sealed;
}
Public ReadOnly Property PermissionQuota As Long

Property Value

Type: System.Int64

The maximum quota for the account.

Implements

IResourceResponse<T>.PermissionQuota

See Also

ResourceResponse<T> Class
Microsoft.Azure.Documents.Client Namespace

Return to top