IResourceResponse<T>.DatabaseQuota Property

 

Gets the maximum quota for database resources within the account.

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

Syntax

long DatabaseQuota { get; }
property long long DatabaseQuota {
    long long get();
}
ReadOnly Property DatabaseQuota 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