StoredProcedureResponse<TValue>.MaxSizeInMB Property

Gets the maximum size limit in megabytes for the entity.

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

Syntax

'Declaration
Public ReadOnly Property MaxSizeInMB As Long 
    Get
'Usage
Dim instance As StoredProcedureResponse 
Dim value As Long 

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

Property Value

Type: System.Int64
The maximum size limit in megabytes for the entity.

See Also

Reference

StoredProcedureResponse<TValue> Class

Microsoft.Azure.Documents.Client Namespace