288 строки
26 KiB
YAML
288 строки
26 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.cosmos.fluent.CollectionsClient"
|
|
fullName: "com.azure.resourcemanager.cosmos.fluent.CollectionsClient"
|
|
name: "CollectionsClient"
|
|
nameWithType: "CollectionsClient"
|
|
summary: "An instance of this class provides access to all the operations defined in Collections<wbr>Client."
|
|
syntax: "public interface **CollectionsClient**"
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.cosmos.fluent.CollectionsClient.listMetricDefinitions(java.lang.String,java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.cosmos.fluent.CollectionsClient.listMetricDefinitions(String resourceGroupName, String accountName, String databaseRid, String collectionRid)"
|
|
name: "listMetricDefinitions(String resourceGroupName, String accountName, String databaseRid, String collectionRid)"
|
|
nameWithType: "CollectionsClient.listMetricDefinitions(String resourceGroupName, String accountName, String databaseRid, String collectionRid)"
|
|
summary: "Retrieves metric definitions for the given collection."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group. The name is case insensitive."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Cosmos DB database account name."
|
|
name: "accountName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Cosmos DB database rid."
|
|
name: "databaseRid"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Cosmos DB collection rid."
|
|
name: "collectionRid"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract PagedIterable<MetricDefinitionInner> listMetricDefinitions(String resourceGroupName, String accountName, String databaseRid, String collectionRid)"
|
|
desc: "Retrieves metric definitions for the given collection."
|
|
returns:
|
|
description: "the response to a list metric definitions request as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
|
|
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.cosmos.fluent.models.MetricDefinitionInner?alt=com.azure.resourcemanager.cosmos.fluent.models.MetricDefinitionInner&text=MetricDefinitionInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.cosmos.fluent.CollectionsClient.listMetricDefinitions(java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.cosmos.fluent.CollectionsClient.listMetricDefinitions(String resourceGroupName, String accountName, String databaseRid, String collectionRid, Context context)"
|
|
name: "listMetricDefinitions(String resourceGroupName, String accountName, String databaseRid, String collectionRid, Context context)"
|
|
nameWithType: "CollectionsClient.listMetricDefinitions(String resourceGroupName, String accountName, String databaseRid, String collectionRid, Context context)"
|
|
summary: "Retrieves metric definitions for the given collection."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group. The name is case insensitive."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Cosmos DB database account name."
|
|
name: "accountName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Cosmos DB database rid."
|
|
name: "databaseRid"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Cosmos DB collection rid."
|
|
name: "collectionRid"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The context to associate with this operation."
|
|
name: "context"
|
|
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract PagedIterable<MetricDefinitionInner> listMetricDefinitions(String resourceGroupName, String accountName, String databaseRid, String collectionRid, Context context)"
|
|
desc: "Retrieves metric definitions for the given collection."
|
|
returns:
|
|
description: "the response to a list metric definitions request as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
|
|
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.cosmos.fluent.models.MetricDefinitionInner?alt=com.azure.resourcemanager.cosmos.fluent.models.MetricDefinitionInner&text=MetricDefinitionInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.cosmos.fluent.CollectionsClient.listMetricDefinitionsAsync(java.lang.String,java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.cosmos.fluent.CollectionsClient.listMetricDefinitionsAsync(String resourceGroupName, String accountName, String databaseRid, String collectionRid)"
|
|
name: "listMetricDefinitionsAsync(String resourceGroupName, String accountName, String databaseRid, String collectionRid)"
|
|
nameWithType: "CollectionsClient.listMetricDefinitionsAsync(String resourceGroupName, String accountName, String databaseRid, String collectionRid)"
|
|
summary: "Retrieves metric definitions for the given collection."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group. The name is case insensitive."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Cosmos DB database account name."
|
|
name: "accountName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Cosmos DB database rid."
|
|
name: "databaseRid"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Cosmos DB collection rid."
|
|
name: "collectionRid"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract PagedFlux<MetricDefinitionInner> listMetricDefinitionsAsync(String resourceGroupName, String accountName, String databaseRid, String collectionRid)"
|
|
desc: "Retrieves metric definitions for the given collection."
|
|
returns:
|
|
description: "the response to a list metric definitions request as paginated response with <xref uid=\"com.azure.core.http.rest.PagedFlux\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedFlux\"></xref>."
|
|
type: "<xref href=\"com.azure.core.http.rest.PagedFlux?alt=com.azure.core.http.rest.PagedFlux&text=PagedFlux\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.cosmos.fluent.models.MetricDefinitionInner?alt=com.azure.resourcemanager.cosmos.fluent.models.MetricDefinitionInner&text=MetricDefinitionInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.cosmos.fluent.CollectionsClient.listMetrics(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.cosmos.fluent.CollectionsClient.listMetrics(String resourceGroupName, String accountName, String databaseRid, String collectionRid, String filter)"
|
|
name: "listMetrics(String resourceGroupName, String accountName, String databaseRid, String collectionRid, String filter)"
|
|
nameWithType: "CollectionsClient.listMetrics(String resourceGroupName, String accountName, String databaseRid, String collectionRid, String filter)"
|
|
summary: "Retrieves the metrics determined by the given filter for the given database account and collection."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group. The name is case insensitive."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Cosmos DB database account name."
|
|
name: "accountName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Cosmos DB database rid."
|
|
name: "databaseRid"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Cosmos DB collection rid."
|
|
name: "collectionRid"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "An OData filter expression that describes a subset of metrics to return. The parameters that can be\n filtered are name.value (name of the metric, can have an or of multiple names), startTime, endTime, and\n timeGrain. The supported operator is eq."
|
|
name: "filter"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract PagedIterable<MetricInner> listMetrics(String resourceGroupName, String accountName, String databaseRid, String collectionRid, String filter)"
|
|
desc: "Retrieves the metrics determined by the given filter for the given database account and collection."
|
|
returns:
|
|
description: "the response to a list metrics request as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
|
|
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.cosmos.fluent.models.MetricInner?alt=com.azure.resourcemanager.cosmos.fluent.models.MetricInner&text=MetricInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.cosmos.fluent.CollectionsClient.listMetrics(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.cosmos.fluent.CollectionsClient.listMetrics(String resourceGroupName, String accountName, String databaseRid, String collectionRid, String filter, Context context)"
|
|
name: "listMetrics(String resourceGroupName, String accountName, String databaseRid, String collectionRid, String filter, Context context)"
|
|
nameWithType: "CollectionsClient.listMetrics(String resourceGroupName, String accountName, String databaseRid, String collectionRid, String filter, Context context)"
|
|
summary: "Retrieves the metrics determined by the given filter for the given database account and collection."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group. The name is case insensitive."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Cosmos DB database account name."
|
|
name: "accountName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Cosmos DB database rid."
|
|
name: "databaseRid"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Cosmos DB collection rid."
|
|
name: "collectionRid"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "An OData filter expression that describes a subset of metrics to return. The parameters that can be\n filtered are name.value (name of the metric, can have an or of multiple names), startTime, endTime, and\n timeGrain. The supported operator is eq."
|
|
name: "filter"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The context to associate with this operation."
|
|
name: "context"
|
|
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract PagedIterable<MetricInner> listMetrics(String resourceGroupName, String accountName, String databaseRid, String collectionRid, String filter, Context context)"
|
|
desc: "Retrieves the metrics determined by the given filter for the given database account and collection."
|
|
returns:
|
|
description: "the response to a list metrics request as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
|
|
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.cosmos.fluent.models.MetricInner?alt=com.azure.resourcemanager.cosmos.fluent.models.MetricInner&text=MetricInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.cosmos.fluent.CollectionsClient.listMetricsAsync(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.cosmos.fluent.CollectionsClient.listMetricsAsync(String resourceGroupName, String accountName, String databaseRid, String collectionRid, String filter)"
|
|
name: "listMetricsAsync(String resourceGroupName, String accountName, String databaseRid, String collectionRid, String filter)"
|
|
nameWithType: "CollectionsClient.listMetricsAsync(String resourceGroupName, String accountName, String databaseRid, String collectionRid, String filter)"
|
|
summary: "Retrieves the metrics determined by the given filter for the given database account and collection."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group. The name is case insensitive."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Cosmos DB database account name."
|
|
name: "accountName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Cosmos DB database rid."
|
|
name: "databaseRid"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Cosmos DB collection rid."
|
|
name: "collectionRid"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "An OData filter expression that describes a subset of metrics to return. The parameters that can be\n filtered are name.value (name of the metric, can have an or of multiple names), startTime, endTime, and\n timeGrain. The supported operator is eq."
|
|
name: "filter"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract PagedFlux<MetricInner> listMetricsAsync(String resourceGroupName, String accountName, String databaseRid, String collectionRid, String filter)"
|
|
desc: "Retrieves the metrics determined by the given filter for the given database account and collection."
|
|
returns:
|
|
description: "the response to a list metrics request as paginated response with <xref uid=\"com.azure.core.http.rest.PagedFlux\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedFlux\"></xref>."
|
|
type: "<xref href=\"com.azure.core.http.rest.PagedFlux?alt=com.azure.core.http.rest.PagedFlux&text=PagedFlux\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.cosmos.fluent.models.MetricInner?alt=com.azure.resourcemanager.cosmos.fluent.models.MetricInner&text=MetricInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.cosmos.fluent.CollectionsClient.listUsages(java.lang.String,java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.cosmos.fluent.CollectionsClient.listUsages(String resourceGroupName, String accountName, String databaseRid, String collectionRid)"
|
|
name: "listUsages(String resourceGroupName, String accountName, String databaseRid, String collectionRid)"
|
|
nameWithType: "CollectionsClient.listUsages(String resourceGroupName, String accountName, String databaseRid, String collectionRid)"
|
|
summary: "Retrieves the usages (most recent storage data) for the given collection."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group. The name is case insensitive."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Cosmos DB database account name."
|
|
name: "accountName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Cosmos DB database rid."
|
|
name: "databaseRid"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Cosmos DB collection rid."
|
|
name: "collectionRid"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract PagedIterable<UsageInner> listUsages(String resourceGroupName, String accountName, String databaseRid, String collectionRid)"
|
|
desc: "Retrieves the usages (most recent storage data) for the given collection."
|
|
returns:
|
|
description: "the response to a list usage request as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
|
|
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.cosmos.fluent.models.UsageInner?alt=com.azure.resourcemanager.cosmos.fluent.models.UsageInner&text=UsageInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.cosmos.fluent.CollectionsClient.listUsages(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.cosmos.fluent.CollectionsClient.listUsages(String resourceGroupName, String accountName, String databaseRid, String collectionRid, String filter, Context context)"
|
|
name: "listUsages(String resourceGroupName, String accountName, String databaseRid, String collectionRid, String filter, Context context)"
|
|
nameWithType: "CollectionsClient.listUsages(String resourceGroupName, String accountName, String databaseRid, String collectionRid, String filter, Context context)"
|
|
summary: "Retrieves the usages (most recent storage data) for the given collection."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group. The name is case insensitive."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Cosmos DB database account name."
|
|
name: "accountName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Cosmos DB database rid."
|
|
name: "databaseRid"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Cosmos DB collection rid."
|
|
name: "collectionRid"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "An OData filter expression that describes a subset of usages to return. The supported parameter is\n name.value (name of the metric, can have an or of multiple names)."
|
|
name: "filter"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The context to associate with this operation."
|
|
name: "context"
|
|
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract PagedIterable<UsageInner> listUsages(String resourceGroupName, String accountName, String databaseRid, String collectionRid, String filter, Context context)"
|
|
desc: "Retrieves the usages (most recent storage data) for the given collection."
|
|
returns:
|
|
description: "the response to a list usage request as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
|
|
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.cosmos.fluent.models.UsageInner?alt=com.azure.resourcemanager.cosmos.fluent.models.UsageInner&text=UsageInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.cosmos.fluent.CollectionsClient.listUsagesAsync(java.lang.String,java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.cosmos.fluent.CollectionsClient.listUsagesAsync(String resourceGroupName, String accountName, String databaseRid, String collectionRid)"
|
|
name: "listUsagesAsync(String resourceGroupName, String accountName, String databaseRid, String collectionRid)"
|
|
nameWithType: "CollectionsClient.listUsagesAsync(String resourceGroupName, String accountName, String databaseRid, String collectionRid)"
|
|
summary: "Retrieves the usages (most recent storage data) for the given collection."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group. The name is case insensitive."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Cosmos DB database account name."
|
|
name: "accountName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Cosmos DB database rid."
|
|
name: "databaseRid"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Cosmos DB collection rid."
|
|
name: "collectionRid"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract PagedFlux<UsageInner> listUsagesAsync(String resourceGroupName, String accountName, String databaseRid, String collectionRid)"
|
|
desc: "Retrieves the usages (most recent storage data) for the given collection."
|
|
returns:
|
|
description: "the response to a list usage request as paginated response with <xref uid=\"com.azure.core.http.rest.PagedFlux\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedFlux\"></xref>."
|
|
type: "<xref href=\"com.azure.core.http.rest.PagedFlux?alt=com.azure.core.http.rest.PagedFlux&text=PagedFlux\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.cosmos.fluent.models.UsageInner?alt=com.azure.resourcemanager.cosmos.fluent.models.UsageInner&text=UsageInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.cosmos.fluent.CollectionsClient.listUsagesAsync(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.cosmos.fluent.CollectionsClient.listUsagesAsync(String resourceGroupName, String accountName, String databaseRid, String collectionRid, String filter)"
|
|
name: "listUsagesAsync(String resourceGroupName, String accountName, String databaseRid, String collectionRid, String filter)"
|
|
nameWithType: "CollectionsClient.listUsagesAsync(String resourceGroupName, String accountName, String databaseRid, String collectionRid, String filter)"
|
|
summary: "Retrieves the usages (most recent storage data) for the given collection."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group. The name is case insensitive."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Cosmos DB database account name."
|
|
name: "accountName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Cosmos DB database rid."
|
|
name: "databaseRid"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Cosmos DB collection rid."
|
|
name: "collectionRid"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "An OData filter expression that describes a subset of usages to return. The supported parameter is\n name.value (name of the metric, can have an or of multiple names)."
|
|
name: "filter"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract PagedFlux<UsageInner> listUsagesAsync(String resourceGroupName, String accountName, String databaseRid, String collectionRid, String filter)"
|
|
desc: "Retrieves the usages (most recent storage data) for the given collection."
|
|
returns:
|
|
description: "the response to a list usage request as paginated response with <xref uid=\"com.azure.core.http.rest.PagedFlux\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedFlux\"></xref>."
|
|
type: "<xref href=\"com.azure.core.http.rest.PagedFlux?alt=com.azure.core.http.rest.PagedFlux&text=PagedFlux\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.cosmos.fluent.models.UsageInner?alt=com.azure.resourcemanager.cosmos.fluent.models.UsageInner&text=UsageInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
type: "interface"
|
|
desc: "An instance of this class provides access to all the operations defined in CollectionsClient."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.cosmos.fluent"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-cosmos:2.44.0
|