StorageStatistics.MaxMediaStorageUsageInMB Property

Gets or sets the attachment content (media) storage quota in megabytes. Retrieved from gateway.

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

Syntax

'Declaration
Public Property MaxMediaStorageUsageInMB As Long 
    Get 
    Friend Set
'Usage
Dim instance As StorageStatistics 
Dim value As Long 

value = instance.MaxMediaStorageUsageInMB
public long MaxMediaStorageUsageInMB { get; internal set; }
public:
property long long MaxMediaStorageUsageInMB {
    long long get ();
    internal: void set (long long value);
}
member MaxMediaStorageUsageInMB : int64 with get, internal set
function get MaxMediaStorageUsageInMB () : long 
internal function set MaxMediaStorageUsageInMB (value : long)

Property Value

Type: System.Int64
The attachment content (media) storage quota in megabytes.

See Also

Reference

StorageStatistics Class

Microsoft.Azure.Documents Namespace