IResourceResponse<T>.CollectionQuota Property
Gets the maximum quota for collection resources within an account.
Namespace: Microsoft.Azure.Documents.Client
Assembly: Microsoft.Azure.Documents.Client (in Microsoft.Azure.Documents.Client.dll)
Syntax
long CollectionQuota { get; }
property long long CollectionQuota {
long long get();
}
ReadOnly Property CollectionQuota 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