public static enum LogAnalyticsMetric.MetricType extends Enum<LogAnalyticsMetric.MetricType> implements BmcEnum
The metric type, specifying the type of aggreation to perform. Default value is COUNT.
Enum Constant and Description |
---|
Average |
AverageDistribution |
Count |
CountDistribution |
Sum |
SumDistribution |
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by
this version of the SDK.
|
Modifier and Type | Method and Description |
---|---|
static LogAnalyticsMetric.MetricType |
create(String key) |
String |
getValue() |
static LogAnalyticsMetric.MetricType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LogAnalyticsMetric.MetricType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LogAnalyticsMetric.MetricType Count
public static final LogAnalyticsMetric.MetricType Sum
public static final LogAnalyticsMetric.MetricType Average
public static final LogAnalyticsMetric.MetricType CountDistribution
public static final LogAnalyticsMetric.MetricType SumDistribution
public static final LogAnalyticsMetric.MetricType AverageDistribution
public static final LogAnalyticsMetric.MetricType UnknownEnumValue
public static LogAnalyticsMetric.MetricType[] values()
for (LogAnalyticsMetric.MetricType c : LogAnalyticsMetric.MetricType.values()) System.out.println(c);
public static LogAnalyticsMetric.MetricType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static LogAnalyticsMetric.MetricType create(String key)
Copyright © 2016–2024. All rights reserved.