ResourceResponse<T>.MaxSizeInMB Property

Gets the maximum size limit for 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 MaxSizeInMB As Long 
    Get
'Usage
Dim instance As ResourceResponse 
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 for this entity in megabytes (MB).

See Also

Reference

ResourceResponse<T> Class

Microsoft.Azure.Documents.Client Namespace