StoredProcedureResponse<TValue>.CurrentSizeInMB Property

Gets the current size of the entity.

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 StoredProcedureResponse 
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 the entity.

See Also

Reference

StoredProcedureResponse<TValue> Class

Microsoft.Azure.Documents.Client Namespace