IResourceResponseBase.DatabaseUsage Property

Definition

The current number of database resources within the account.

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

Property Value

The number of databases.

Remarks

This is exposed for mocking purposes for the Azure Cosmos DB service.

Applies to