Uses of Class
com.microsoft.azure.management.cosmosdb.PrimaryAggregationType
-
-
Uses of PrimaryAggregationType in com.microsoft.azure.management.cosmosdb
Fields in com.microsoft.azure.management.cosmosdb 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. MINIMIMUMStatic value Minimimum for PrimaryAggregationType.static PrimaryAggregationTypePrimaryAggregationType. NONEStatic value None for PrimaryAggregationType.static PrimaryAggregationTypePrimaryAggregationType. TOTALStatic value Total for PrimaryAggregationType.Methods in com.microsoft.azure.management.cosmosdb 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.microsoft.azure.management.cosmosdb that return types with arguments of type PrimaryAggregationType Modifier and Type Method Description static Collection<PrimaryAggregationType>PrimaryAggregationType. values()
-