Share via


CollectionOperationsExtensions.ListUsages Method

Definition

Retrieves the usages (most recent storage data) for the given collection.

public static System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.CosmosDB.Models.Usage> ListUsages (this Microsoft.Azure.Management.CosmosDB.ICollectionOperations operations, string resourceGroupName, string accountName, string databaseRid, string collectionRid, string filter = default);
static member ListUsages : Microsoft.Azure.Management.CosmosDB.ICollectionOperations * string * string * string * string * string -> seq<Microsoft.Azure.Management.CosmosDB.Models.Usage>
<Extension()>
Public Function ListUsages (operations As ICollectionOperations, resourceGroupName As String, accountName As String, databaseRid As String, collectionRid As String, Optional filter As String = Nothing) As IEnumerable(Of Usage)

Parameters

operations
ICollectionOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group. The name is case insensitive.

accountName
String

Cosmos DB database account name.

databaseRid
String

Cosmos DB database rid.

collectionRid
String

Cosmos DB collection rid.

filter
String

An OData filter expression that describes a subset of usages to return. The supported parameter is name.value (name of the metric, can have an or of multiple names).

Returns

Applies to