ResourceResponse<T>.UserQuota Property
Gets the maximum quota for user 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 UserQuota { get; }
public:
property long long UserQuota {
virtual long long get() sealed;
}
Public ReadOnly Property UserQuota As Long
Property Value
Type: System.Int64
The maximum quota for the account.
Implements
IResourceResponse<T>.UserQuota
See Also
ResourceResponse<T> Class
Microsoft.Azure.Documents.Client Namespace
Return to top