ResourceResponse<T>.DocumentQuota Property

 

Gets the maximum size of a documents within a collection in kilobytes 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 DocumentQuota { get; }
public:
property long long DocumentQuota {
    virtual long long get() sealed;
}
Public ReadOnly Property DocumentQuota As Long

Property Value

Type: System.Int64

Quota in kilobytes.

Implements

IResourceResponse<T>.DocumentQuota

See Also

ResourceResponse<T> Class
Microsoft.Azure.Documents.Client Namespace

Return to top