AggregationFunctionType Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. sql. models. AggregationFunctionType
- com.
- com.
public final class AggregationFunctionType
extends ExpandableStringEnum<AggregationFunctionType>
Defines values for AggregationFunctionType.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Aggregation |
AVG
Static value avg for Aggregation |
|
static final
Aggregation |
MAX
Static value max for Aggregation |
|
static final
Aggregation |
MIN
Static value min for Aggregation |
|
static final
Aggregation |
STDEV
Static value stdev for Aggregation |
|
static final
Aggregation |
SUM
Static value sum for Aggregation |
Constructor Summary
| Constructor | Description |
|---|---|
| AggregationFunctionType() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Aggregation |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Aggregation |
fromString(String name)
Creates or finds a Aggregation |
|
static
Collection<Aggregation |
values()
Gets known Aggregation |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
AVG
public static final AggregationFunctionType AVG
Static value avg for AggregationFunctionType.
MAX
public static final AggregationFunctionType MAX
Static value max for AggregationFunctionType.
MIN
public static final AggregationFunctionType MIN
Static value min for AggregationFunctionType.
STDEV
public static final AggregationFunctionType STDEV
Static value stdev for AggregationFunctionType.
SUM
public static final AggregationFunctionType SUM
Static value sum for AggregationFunctionType.
Constructor Details
AggregationFunctionType
@Deprecated
public AggregationFunctionType()
Deprecated
Creates a new instance of AggregationFunctionType value.
Method Details
fromString
public static AggregationFunctionType fromString(String name)
Creates or finds a AggregationFunctionType from its string representation.
Parameters:
Returns:
values
public static Collection<AggregationFunctionType> values()
Gets known AggregationFunctionType values.
Returns: