Uses of Class
com.azure.resourcemanager.cosmos.models.PrimaryAggregationType
Packages that use PrimaryAggregationType
Package
Description
Package containing the inner data models for CosmosDBManagementClient.
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 PrimaryAggregationTypeModifier and TypeMethodDescriptionMetricDefinitionInner.primaryAggregationType()Get the primaryAggregationType property: The primary aggregation type of the metric. -
Uses of PrimaryAggregationType in com.azure.resourcemanager.cosmos.models
Subclasses with type arguments of type PrimaryAggregationType in com.azure.resourcemanager.cosmos.modelsModifier and TypeClassDescriptionfinal classThe primary aggregation type of the metric.Fields in com.azure.resourcemanager.cosmos.models declared as PrimaryAggregationTypeModifier and TypeFieldDescriptionstatic final PrimaryAggregationTypePrimaryAggregationType.AVERAGEStatic value Average for PrimaryAggregationType.static final PrimaryAggregationTypePrimaryAggregationType.LASTStatic value Last for PrimaryAggregationType.static final PrimaryAggregationTypePrimaryAggregationType.MAXIMUMStatic value Maximum for PrimaryAggregationType.static final PrimaryAggregationTypePrimaryAggregationType.MINIMUMStatic value Minimum for PrimaryAggregationType.static final PrimaryAggregationTypePrimaryAggregationType.NONEStatic value None for PrimaryAggregationType.static final PrimaryAggregationTypePrimaryAggregationType.TOTALStatic value Total for PrimaryAggregationType.Methods in com.azure.resourcemanager.cosmos.models that return PrimaryAggregationTypeModifier and TypeMethodDescriptionstatic 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 PrimaryAggregationTypeModifier and TypeMethodDescriptionstatic Collection<PrimaryAggregationType> PrimaryAggregationType.values()Gets known PrimaryAggregationType values.