Uses of Class
com.azure.resourcemanager.cosmos.models.PrimaryAggregationType
-
Packages that use PrimaryAggregationType 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. -
-
Uses of PrimaryAggregationType in com.azure.resourcemanager.cosmos.fluent.models
Methods in com.azure.resourcemanager.cosmos.fluent.models that return PrimaryAggregationType Modifier and Type Method Description PrimaryAggregationTypeMetricDefinitionInner. primaryAggregationType()Get the primaryAggregationType property: The primary aggregation type of the metric. -
Uses of PrimaryAggregationType in com.azure.resourcemanager.cosmos.models
Fields in com.azure.resourcemanager.cosmos.models declared as PrimaryAggregationType Modifier and Type Field Description static PrimaryAggregationTypePrimaryAggregationType. AVERAGEStatic value Average for PrimaryAggregationType.static PrimaryAggregationTypePrimaryAggregationType. LASTStatic value Last for PrimaryAggregationType.static PrimaryAggregationTypePrimaryAggregationType. MAXIMUMStatic value Maximum for PrimaryAggregationType.static PrimaryAggregationTypePrimaryAggregationType. MINIMUMStatic value Minimum for PrimaryAggregationType.static PrimaryAggregationTypePrimaryAggregationType. NONEStatic value None for PrimaryAggregationType.static PrimaryAggregationTypePrimaryAggregationType. TOTALStatic value Total for PrimaryAggregationType.Methods in com.azure.resourcemanager.cosmos.models that return PrimaryAggregationType Modifier and Type Method Description static PrimaryAggregationTypePrimaryAggregationType. fromString(String name)Creates or finds a PrimaryAggregationType from its string representation.Methods in com.azure.resourcemanager.cosmos.models that return types with arguments of type PrimaryAggregationType Modifier and Type Method Description static Collection<PrimaryAggregationType>PrimaryAggregationType. values()
-