Share via


IStoredProcedureResponse<TValue>.CurrentResourceQuotaUsage Property

Definition

Gets the delimited string containing the usage of each resource type within the collection.

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.

Remarks

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

Applies to