Share via


ICollectionOperations Interface

Definition

CollectionOperations operations.

public interface ICollectionOperations
type ICollectionOperations = interface
Public Interface ICollectionOperations

Methods

ListMetricDefinitionsWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

Retrieves metric definitions for the given collection.

ListMetricsWithHttpMessagesAsync(String, String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

Retrieves the metrics determined by the given filter for the given database account and collection.

ListUsagesWithHttpMessagesAsync(String, String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

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

Extension Methods

ListMetricDefinitionsAsync(ICollectionOperations, String, String, String, String, CancellationToken)

Retrieves metric definitions for the given collection.

ListMetricsAsync(ICollectionOperations, String, String, String, String, String, CancellationToken)

Retrieves the metrics determined by the given filter for the given database account and collection.

ListUsagesAsync(ICollectionOperations, String, String, String, String, String, CancellationToken)

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

Applies to