StorageStatistics Class

Represents the statistics related to attachment content (media) quota and usage.

Inheritance Hierarchy

System.Object
  Microsoft.Azure.Documents.StorageStatistics

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

Syntax

'Declaration
Public NotInheritable Class StorageStatistics
'Usage
Dim instance As StorageStatistics
public sealed class StorageStatistics
public ref class StorageStatistics sealed
[<SealedAttribute>]
type StorageStatistics =  class end
public final class StorageStatistics

The StorageStatistics type exposes the following members.

Constructors

  Name Description
Public method StorageStatistics Initializes a new instance of the StorageStatistics class.

Top

Properties

  Name Description
Public property CurrentMediaStorageUsageInMB 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.
Public property MaxMediaStorageUsageInMB Gets or sets the attachment content (media) storage quota in megabytes. Retrieved from gateway.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.Azure.Documents Namespace