StoredProcedureResponse<TValue>.CurrentResourceQuotaUsage Property

Definition

Gets the delimited string containing the usage of each resource type within the collection from the Azure Cosmos DB service.

public string CurrentResourceQuotaUsage { get; }
member this.CurrentResourceQuotaUsage : string
Public ReadOnly Property CurrentResourceQuotaUsage As String

Property Value

The delimited string containing the number of used units per resource type within the collection.

Implements

Applies to