Class PrimaryAggregationType
- java.lang.Object
-
- com.microsoft.rest.ExpandableStringEnum<PrimaryAggregationType>
-
- com.microsoft.azure.management.cosmosdb.PrimaryAggregationType
-
public final class PrimaryAggregationType extends com.microsoft.rest.ExpandableStringEnum<PrimaryAggregationType>
Defines values for PrimaryAggregationType.
-
-
Field Summary
Fields Modifier and Type Field Description static PrimaryAggregationTypeAVERAGEStatic value Average for PrimaryAggregationType.static PrimaryAggregationTypeLASTStatic value Last for PrimaryAggregationType.static PrimaryAggregationTypeMAXIMUMStatic value Maximum for PrimaryAggregationType.static PrimaryAggregationTypeMINIMIMUMStatic value Minimimum for PrimaryAggregationType.static PrimaryAggregationTypeNONEStatic value None for PrimaryAggregationType.static PrimaryAggregationTypeTOTALStatic value Total for PrimaryAggregationType.
-
Constructor Summary
Constructors Constructor Description PrimaryAggregationType()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static PrimaryAggregationTypefromString(String name)Creates or finds a PrimaryAggregationType from its string representation.static Collection<PrimaryAggregationType>values()
-
-
-
Field Detail
-
NONE
public static final PrimaryAggregationType NONE
Static value None for PrimaryAggregationType.
-
AVERAGE
public static final PrimaryAggregationType AVERAGE
Static value Average for PrimaryAggregationType.
-
TOTAL
public static final PrimaryAggregationType TOTAL
Static value Total for PrimaryAggregationType.
-
MINIMIMUM
public static final PrimaryAggregationType MINIMIMUM
Static value Minimimum for PrimaryAggregationType.
-
MAXIMUM
public static final PrimaryAggregationType MAXIMUM
Static value Maximum for PrimaryAggregationType.
-
LAST
public static final PrimaryAggregationType LAST
Static value Last for PrimaryAggregationType.
-
-
Method Detail
-
fromString
public static PrimaryAggregationType fromString(String name)
Creates or finds a PrimaryAggregationType from its string representation.- Parameters:
name- a name to look for- Returns:
- the corresponding PrimaryAggregationType
-
values
public static Collection<PrimaryAggregationType> values()
- Returns:
- known PrimaryAggregationType values
-
-