Share via


IStoredProcedureResponse<TValue>.MaxResourceQuota Property

Definition

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

public string MaxResourceQuota { get; }
member this.MaxResourceQuota : string
Public ReadOnly Property MaxResourceQuota 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