ResourceResponse<T>.MaxResourceQuota Property

 

Gets the maximum size limit for this entity from the Azure DocumentDB database service.

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

Syntax

public string MaxResourceQuota { get; }
public:
property String^ MaxResourceQuota {
    virtual String^ get() sealed;
}
Public ReadOnly Property MaxResourceQuota As String

Property Value

Type: System.String

The maximum size limit for this entity. Measured in kilobytes for document resources and in counts for other resources.

Implements

IResourceResponse<T>.MaxResourceQuota

See Also

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

Return to top