ResourceResponse.CollectionQuota Property
The max quota.
Namespace: Microsoft.Azure.Documents.Client
Assembly: Microsoft.Azure.Documents.Client (in Microsoft.Azure.Documents.Client.dll)
'Usage
Dim instance As ResourceResponse(Of T)
Dim value As Long
value = instance.CollectionQuota
'Declaration
Public ReadOnly Property CollectionQuota As Long
public long CollectionQuota { get; }
public:
property long long CollectionQuota {
long long get ();
}
/** @property */
public long get_CollectionQuota ()
public function get CollectionQuota () : long
The max quota.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012
ResourceResponse Class
ResourceResponse Members
Microsoft.Azure.Documents.Client Namespace