public final class LogMetric extends com.azure.core.util.ExpandableStringEnum<LogMetric>
| Modifier and Type | Field and Description |
|---|---|
static LogMetric |
CLIENT_REQUEST_BANDWIDTH
Static value clientRequestBandwidth for LogMetric.
|
static LogMetric |
CLIENT_REQUEST_COUNT
Static value clientRequestCount for LogMetric.
|
static LogMetric |
CLIENT_REQUEST_TRAFFIC
Static value clientRequestTraffic for LogMetric.
|
static LogMetric |
ORIGIN_REQUEST_BANDWIDTH
Static value originRequestBandwidth for LogMetric.
|
static LogMetric |
ORIGIN_REQUEST_TRAFFIC
Static value originRequestTraffic for LogMetric.
|
static LogMetric |
TOTAL_LATENCY
Static value totalLatency for LogMetric.
|
| Constructor and Description |
|---|
LogMetric() |
| Modifier and Type | Method and Description |
|---|---|
static LogMetric |
fromString(String name)
Creates or finds a LogMetric from its string representation.
|
static Collection<LogMetric> |
values() |
public static final LogMetric CLIENT_REQUEST_COUNT
public static final LogMetric CLIENT_REQUEST_TRAFFIC
public static final LogMetric CLIENT_REQUEST_BANDWIDTH
public static final LogMetric ORIGIN_REQUEST_TRAFFIC
public static final LogMetric ORIGIN_REQUEST_BANDWIDTH
public static final LogMetric TOTAL_LATENCY
public static LogMetric fromString(String name)
name - a name to look for.public static Collection<LogMetric> values()
Copyright © 2021 Microsoft Corporation. All rights reserved.