96 строки
5.3 KiB
YAML
96 строки
5.3 KiB
YAML
### 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:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedClassMethods:
|
|
- classRef: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
|
|
methodsRef:
|
|
- "<xref href=\"java.lang.Object.clone()?alt=java.lang.Object.clone&text=clone\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.equals(java.lang.Object)?alt=java.lang.Object.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.finalize()?alt=java.lang.Object.finalize&text=finalize\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.getClass()?alt=java.lang.Object.getClass&text=getClass\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.hashCode()?alt=java.lang.Object.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.notify()?alt=java.lang.Object.notify&text=notify\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.notifyAll()?alt=java.lang.Object.notifyAll&text=notifyAll\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.toString()?alt=java.lang.Object.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.wait()?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.wait(long)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.wait(long,int)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
|
|
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: "<xref href=\"java.lang.Double?alt=java.lang.Double&text=Double\" data-throw-if-not-resolved=\"False\" />"
|
|
- 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: "<xref href=\"java.lang.Double?alt=java.lang.Double&text=Double\" data-throw-if-not-resolved=\"False\" />"
|
|
- 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: "<xref href=\"java.lang.Double?alt=java.lang.Double&text=Double\" data-throw-if-not-resolved=\"False\" />"
|
|
- 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: "<xref href=\"java.lang.Double?alt=java.lang.Double&text=Double\" data-throw-if-not-resolved=\"False\" />"
|
|
- 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: "<xref href=\"org.joda.time.DateTime?alt=org.joda.time.DateTime&text=DateTime\" data-throw-if-not-resolved=\"False\" />"
|
|
- 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: "<xref href=\"java.lang.Double?alt=java.lang.Double&text=Double\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "Represents metrics values."
|
|
metadata: {}
|
|
package: "com.microsoft.azure.management.cosmosdb"
|
|
artifact: com.microsoft.azure:azure-mgmt-cosmosdb:1.41.4
|