| Package | Description |
|---|---|
| com.azure.resourcemanager.cosmos.fluent.models |
Package containing the inner data models for CosmosDBManagementClient.
|
| com.azure.resourcemanager.cosmos.models |
Package containing the data models for CosmosDBManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
PrimaryAggregationType |
MetricDefinitionInner.primaryAggregationType()
Get the primaryAggregationType property: The primary aggregation type of the metric.
|
| Modifier and Type | Field and Description |
|---|---|
static PrimaryAggregationType |
PrimaryAggregationType.AVERAGE
Static value Average for PrimaryAggregationType.
|
static PrimaryAggregationType |
PrimaryAggregationType.LAST
Static value Last for PrimaryAggregationType.
|
static PrimaryAggregationType |
PrimaryAggregationType.MAXIMUM
Static value Maximum for PrimaryAggregationType.
|
static PrimaryAggregationType |
PrimaryAggregationType.MINIMUM
Static value Minimum for PrimaryAggregationType.
|
static PrimaryAggregationType |
PrimaryAggregationType.NONE
Static value None for PrimaryAggregationType.
|
static PrimaryAggregationType |
PrimaryAggregationType.TOTAL
Static value Total for PrimaryAggregationType.
|
| Modifier and Type | Method and Description |
|---|---|
static PrimaryAggregationType |
PrimaryAggregationType.fromString(String name)
Creates or finds a PrimaryAggregationType from its string representation.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.