StorageStatistics.CurrentMediaStorageUsageInMB Property

Gets or sets the current attachment content (media) usage in megabytes. Retrieved from gateway. Value is returned from cached information updated periodically and is not guaranteed to be real time.

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

Syntax

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

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

Property Value

Type: System.Int64
The current attachment content (media) usage in megabytes.

See Also

Reference

StorageStatistics Class

Microsoft.Azure.Documents Namespace