IResourceResponse<T>.UserQuota Property
Gets the maximum quota for user resources within an account.
Namespace: Microsoft.Azure.Documents.Client
Assembly: Microsoft.Azure.Documents.Client (in Microsoft.Azure.Documents.Client.dll)
Syntax
long UserQuota { get; }
property long long UserQuota {
long long get();
}
ReadOnly Property UserQuota As Long
Property Value
Type: System.Int64
The maximum quota for the account.
Remarks
This is exposed for mocking purposes for the Azure DocumentDB database service.
See Also
IResourceResponse<T> Interface
Microsoft.Azure.Documents.Client Namespace
Return to top