ResourceResponse.CurrentResourceQuotaUsage Property
Gets the current size of this entity.
Namespace: Microsoft.Azure.Documents.Client
Assembly: Microsoft.Azure.Documents.Client (in Microsoft.Azure.Documents.Client.dll)
Usage
'Usage
Dim instance As ResourceResponse(Of T)
Dim value As String
value = instance.CurrentResourceQuotaUsage
Syntax
'Declaration
Public ReadOnly Property CurrentResourceQuotaUsage As String
public string CurrentResourceQuotaUsage { get; }
public:
property String^ CurrentResourceQuotaUsage {
String^ get ();
}
/** @property */
public String get_CurrentResourceQuotaUsage ()
public function get CurrentResourceQuotaUsage () : String
Property Value
The current size of this entity, in megabytes (MB) for server resources and in count for master resources.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012
Target Platforms
See Also
Reference
ResourceResponse Class
ResourceResponse Members
Microsoft.Azure.Documents.Client Namespace