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