CollectionsClient Interface
public interface CollectionsClient
An instance of this class provides access to all the operations defined in CollectionsClient.
Method Summary
Method Details
listMetricDefinitions
public abstract PagedIterable
Retrieves metric definitions for the given collection.
Parameters:
Returns:
listMetricDefinitions
public abstract PagedIterable
Retrieves metric definitions for the given collection.
Parameters:
Returns:
listMetricDefinitionsAsync
public abstract PagedFlux
Retrieves metric definitions for the given collection.
Parameters:
Returns:
listMetrics
public abstract PagedIterable
Retrieves the metrics determined by the given filter for the given database account and collection.
Parameters:
Returns:
listMetrics
public abstract PagedIterable
Retrieves the metrics determined by the given filter for the given database account and collection.
Parameters:
Returns:
listMetricsAsync
public abstract PagedFlux
Retrieves the metrics determined by the given filter for the given database account and collection.
Parameters:
Returns:
listUsages
public abstract PagedIterable
Retrieves the usages (most recent storage data) for the given collection.
Parameters:
Returns:
listUsages
public abstract PagedIterable
Retrieves the usages (most recent storage data) for the given collection.
Parameters:
Returns:
listUsagesAsync
public abstract PagedFlux
Retrieves the usages (most recent storage data) for the given collection.
Parameters:
Returns:
listUsagesAsync
public abstract PagedFlux
Retrieves the usages (most recent storage data) for the given collection.
Parameters:
Returns:
Applies to
Azure SDK for Java