Class LogMetric


  • public final class LogMetric
    extends com.azure.core.util.ExpandableStringEnum<LogMetric>
    Defines values for LogMetric.
    • Field Detail

      • CLIENT_REQUEST_COUNT

        public static final LogMetric CLIENT_REQUEST_COUNT
        Static value clientRequestCount for LogMetric.
      • CLIENT_REQUEST_TRAFFIC

        public static final LogMetric CLIENT_REQUEST_TRAFFIC
        Static value clientRequestTraffic for LogMetric.
      • CLIENT_REQUEST_BANDWIDTH

        public static final LogMetric CLIENT_REQUEST_BANDWIDTH
        Static value clientRequestBandwidth for LogMetric.
      • ORIGIN_REQUEST_TRAFFIC

        public static final LogMetric ORIGIN_REQUEST_TRAFFIC
        Static value originRequestTraffic for LogMetric.
      • ORIGIN_REQUEST_BANDWIDTH

        public static final LogMetric ORIGIN_REQUEST_BANDWIDTH
        Static value originRequestBandwidth for LogMetric.
      • TOTAL_LATENCY

        public static final LogMetric TOTAL_LATENCY
        Static value totalLatency for LogMetric.
    • Constructor Detail

      • LogMetric

        public LogMetric()
    • Method Detail

      • fromString

        public static LogMetric fromString​(String name)
        Creates or finds a LogMetric from its string representation.
        Parameters:
        name - a name to look for.
        Returns:
        the corresponding LogMetric.