### YamlMime:JavaType uid: "com.microsoft.azure.management.cosmosdb.MetricValue" fullName: "com.microsoft.azure.management.cosmosdb.MetricValue" name: "MetricValue" nameWithType: "MetricValue" summary: "Represents metrics values." inheritances: - "" inheritedClassMethods: - classRef: "" methodsRef: - "" - "" - "" - "" - "" - "" - "" - "" - "" - "" - "" syntax: "public class **MetricValue**" constructors: - uid: "com.microsoft.azure.management.cosmosdb.MetricValue.MetricValue()" fullName: "com.microsoft.azure.management.cosmosdb.MetricValue.MetricValue()" name: "MetricValue()" nameWithType: "MetricValue.MetricValue()" syntax: "public MetricValue()" methods: - uid: "com.microsoft.azure.management.cosmosdb.MetricValue._count()" fullName: "com.microsoft.azure.management.cosmosdb.MetricValue._count()" name: "_count()" nameWithType: "MetricValue._count()" summary: "Get the number of values for the metric." syntax: "public Double _count()" desc: "Get the number of values for the metric." returns: description: "the _count value" type: "" - uid: "com.microsoft.azure.management.cosmosdb.MetricValue.average()" fullName: "com.microsoft.azure.management.cosmosdb.MetricValue.average()" name: "average()" nameWithType: "MetricValue.average()" summary: "Get the average value of the metric." syntax: "public Double average()" desc: "Get the average value of the metric." returns: description: "the average value" type: "" - uid: "com.microsoft.azure.management.cosmosdb.MetricValue.maximum()" fullName: "com.microsoft.azure.management.cosmosdb.MetricValue.maximum()" name: "maximum()" nameWithType: "MetricValue.maximum()" summary: "Get the max value of the metric." syntax: "public Double maximum()" desc: "Get the max value of the metric." returns: description: "the maximum value" type: "" - uid: "com.microsoft.azure.management.cosmosdb.MetricValue.minimum()" fullName: "com.microsoft.azure.management.cosmosdb.MetricValue.minimum()" name: "minimum()" nameWithType: "MetricValue.minimum()" summary: "Get the min value of the metric." syntax: "public Double minimum()" desc: "Get the min value of the metric." returns: description: "the minimum value" type: "" - uid: "com.microsoft.azure.management.cosmosdb.MetricValue.timestamp()" fullName: "com.microsoft.azure.management.cosmosdb.MetricValue.timestamp()" name: "timestamp()" nameWithType: "MetricValue.timestamp()" summary: "Get the metric timestamp (ISO-8601 format)." syntax: "public DateTime timestamp()" desc: "Get the metric timestamp (ISO-8601 format)." returns: description: "the timestamp value" type: "" - uid: "com.microsoft.azure.management.cosmosdb.MetricValue.total()" fullName: "com.microsoft.azure.management.cosmosdb.MetricValue.total()" name: "total()" nameWithType: "MetricValue.total()" summary: "Get the total value of the metric." syntax: "public Double total()" desc: "Get the total value of the metric." returns: description: "the total value" type: "" type: "class" desc: "Represents metrics values." metadata: {} package: "com.microsoft.azure.management.cosmosdb" artifact: com.microsoft.azure:azure-mgmt-cosmosdb:1.41.4