PrimaryAggregationType Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. cosmos. models. PrimaryAggregationType
- com.
- com.
public final class PrimaryAggregationType
extends ExpandableStringEnum<PrimaryAggregationType>
The primary aggregation type of the metric.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Primary |
AVERAGE
Static value Average for Primary |
static final
Primary |
LAST
Static value Last for Primary |
static final
Primary |
MAXIMUM
Static value Maximum for Primary |
static final
Primary |
MINIMUM
Static value Minimum for Primary |
static final
Primary |
NONE
Static value None for Primary |
static final
Primary |
TOTAL
Static value Total for Primary |
Constructor Summary
Constructor | Description |
---|---|
PrimaryAggregationType() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Primary |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Primary |
fromString(String name)
Creates or finds a Primary |
static
Collection<Primary |
values()
Gets known Primary |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
AVERAGE
public static final PrimaryAggregationType AVERAGE
Static value Average for PrimaryAggregationType.
LAST
public static final PrimaryAggregationType LAST
Static value Last for PrimaryAggregationType.
MAXIMUM
public static final PrimaryAggregationType MAXIMUM
Static value Maximum for PrimaryAggregationType.
MINIMUM
public static final PrimaryAggregationType MINIMUM
Static value Minimum for PrimaryAggregationType.
NONE
public static final PrimaryAggregationType NONE
Static value None for PrimaryAggregationType.
TOTAL
public static final PrimaryAggregationType TOTAL
Static value Total for PrimaryAggregationType.
Constructor Details
PrimaryAggregationType
@Deprecated
public PrimaryAggregationType()
Deprecated
Creates a new instance of PrimaryAggregationType value.
Method Details
fromString
public static PrimaryAggregationType fromString(String name)
Creates or finds a PrimaryAggregationType from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known PrimaryAggregationType values.
Returns:
Applies to
Azure SDK for Java