105 строки
5.7 KiB
YAML
105 строки
5.7 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.cosmos.models.MetricValue"
|
|
fullName: "com.azure.resourcemanager.cosmos.models.MetricValue"
|
|
name: "MetricValue"
|
|
nameWithType: "MetricValue"
|
|
summary: "Represents metrics values."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedClassMethods:
|
|
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
|
|
methodsRef:
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
|
|
syntax: "public class **MetricValue**"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.cosmos.models.MetricValue.MetricValue()"
|
|
fullName: "com.azure.resourcemanager.cosmos.models.MetricValue.MetricValue()"
|
|
name: "MetricValue()"
|
|
nameWithType: "MetricValue.MetricValue()"
|
|
summary: "Creates an instance of Metric<wbr>Value class."
|
|
syntax: "public MetricValue()"
|
|
desc: "Creates an instance of MetricValue class."
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.cosmos.models.MetricValue.average()"
|
|
fullName: "com.azure.resourcemanager.cosmos.models.MetricValue.average()"
|
|
name: "average()"
|
|
nameWithType: "MetricValue.average()"
|
|
summary: "Get the average property: The average value of the metric."
|
|
syntax: "public Double average()"
|
|
desc: "Get the average property: The average value of the metric."
|
|
returns:
|
|
description: "the average value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Double.html\">Double</a>"
|
|
- uid: "com.azure.resourcemanager.cosmos.models.MetricValue.count()"
|
|
fullName: "com.azure.resourcemanager.cosmos.models.MetricValue.count()"
|
|
name: "count()"
|
|
nameWithType: "MetricValue.count()"
|
|
summary: "Get the count property: The number of values for the metric."
|
|
syntax: "public Integer count()"
|
|
desc: "Get the count property: The number of values for the metric."
|
|
returns:
|
|
description: "the count value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
|
|
- uid: "com.azure.resourcemanager.cosmos.models.MetricValue.maximum()"
|
|
fullName: "com.azure.resourcemanager.cosmos.models.MetricValue.maximum()"
|
|
name: "maximum()"
|
|
nameWithType: "MetricValue.maximum()"
|
|
summary: "Get the maximum property: The max value of the metric."
|
|
syntax: "public Double maximum()"
|
|
desc: "Get the maximum property: The max value of the metric."
|
|
returns:
|
|
description: "the maximum value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Double.html\">Double</a>"
|
|
- uid: "com.azure.resourcemanager.cosmos.models.MetricValue.minimum()"
|
|
fullName: "com.azure.resourcemanager.cosmos.models.MetricValue.minimum()"
|
|
name: "minimum()"
|
|
nameWithType: "MetricValue.minimum()"
|
|
summary: "Get the minimum property: The min value of the metric."
|
|
syntax: "public Double minimum()"
|
|
desc: "Get the minimum property: The min value of the metric."
|
|
returns:
|
|
description: "the minimum value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Double.html\">Double</a>"
|
|
- uid: "com.azure.resourcemanager.cosmos.models.MetricValue.timestamp()"
|
|
fullName: "com.azure.resourcemanager.cosmos.models.MetricValue.timestamp()"
|
|
name: "timestamp()"
|
|
nameWithType: "MetricValue.timestamp()"
|
|
summary: "Get the timestamp property: The metric timestamp (ISO-8601 format)."
|
|
syntax: "public OffsetDateTime timestamp()"
|
|
desc: "Get the timestamp property: The metric timestamp (ISO-8601 format)."
|
|
returns:
|
|
description: "the timestamp value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
|
|
- uid: "com.azure.resourcemanager.cosmos.models.MetricValue.total()"
|
|
fullName: "com.azure.resourcemanager.cosmos.models.MetricValue.total()"
|
|
name: "total()"
|
|
nameWithType: "MetricValue.total()"
|
|
summary: "Get the total property: The total value of the metric."
|
|
syntax: "public Double total()"
|
|
desc: "Get the total property: The total value of the metric."
|
|
returns:
|
|
description: "the total value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Double.html\">Double</a>"
|
|
- uid: "com.azure.resourcemanager.cosmos.models.MetricValue.validate()"
|
|
fullName: "com.azure.resourcemanager.cosmos.models.MetricValue.validate()"
|
|
name: "validate()"
|
|
nameWithType: "MetricValue.validate()"
|
|
summary: "Validates the instance."
|
|
syntax: "public void validate()"
|
|
desc: "Validates the instance."
|
|
type: "class"
|
|
desc: "Represents metrics values."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.cosmos.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-cosmos:2.24.0
|