DatabaseAccount.MaxMediaStorageUsageInMB Property

Definition

Gets the storage quota for media storage in the databaseAccount from the Azure Cosmos DB service.

public long MaxMediaStorageUsageInMB { get; }
member this.MaxMediaStorageUsageInMB : int64
Public ReadOnly Property MaxMediaStorageUsageInMB As Long

Property Value

The storage quota in measured MBs.

Remarks

This value is retrieved from the gateway.

Applies to