共用方式為


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

ListMetricDefinitions(ICollectionOperations, String, String, String, String)

Retrieves metric definitions for the given collection.

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

Retrieves metric definitions for the given collection.

ListMetrics(ICollectionOperations, String, String, String, String, String)

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

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

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

ListUsages(ICollectionOperations, String, String, String, String, String)

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

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

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

Applies to