ResourceResponse<T>.CurrentSizeInMB Property

Gets the current size of this entity in megabytes (MB).

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

Syntax

'Declaration
Public ReadOnly Property CurrentSizeInMB As Long 
    Get
'Usage
Dim instance As ResourceResponse 
Dim value As Long 

value = instance.CurrentSizeInMB
public long CurrentSizeInMB { get; }
public:
property long long CurrentSizeInMB {
    long long get ();
}
member CurrentSizeInMB : int64
function get CurrentSizeInMB () : long

Property Value

Type: System.Int64
The current size of this entity in megabytes (MB).

See Also

Reference

ResourceResponse<T> Class

Microsoft.Azure.Documents.Client Namespace