azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.c...

226 строки
15 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.cosmos.models.PercentileMetricValue"
fullName: "com.azure.resourcemanager.cosmos.models.PercentileMetricValue"
name: "PercentileMetricValue"
nameWithType: "PercentileMetricValue"
summary: "Represents percentile metrics values."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.resourcemanager.cosmos.models.MetricValue?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"com.azure.resourcemanager.cosmos.models.MetricValue?alt=com.azure.resourcemanager.cosmos.models.MetricValue&text=MetricValue\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"com.azure.resourcemanager.cosmos.models.MetricValue.average()?alt=com.azure.resourcemanager.cosmos.models.MetricValue.average&text=average\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.resourcemanager.cosmos.models.MetricValue.count()?alt=com.azure.resourcemanager.cosmos.models.MetricValue.count&text=count\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.resourcemanager.cosmos.models.MetricValue.fromJson(com.azure.json.JsonReader)?alt=com.azure.resourcemanager.cosmos.models.MetricValue.fromJson&text=fromJson\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.resourcemanager.cosmos.models.MetricValue.maximum()?alt=com.azure.resourcemanager.cosmos.models.MetricValue.maximum&text=maximum\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.resourcemanager.cosmos.models.MetricValue.minimum()?alt=com.azure.resourcemanager.cosmos.models.MetricValue.minimum&text=minimum\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.resourcemanager.cosmos.models.MetricValue.timestamp()?alt=com.azure.resourcemanager.cosmos.models.MetricValue.timestamp&text=timestamp\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.resourcemanager.cosmos.models.MetricValue.toJson(com.azure.json.JsonWriter)?alt=com.azure.resourcemanager.cosmos.models.MetricValue.toJson&text=toJson\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.resourcemanager.cosmos.models.MetricValue.total()?alt=com.azure.resourcemanager.cosmos.models.MetricValue.total&text=total\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.resourcemanager.cosmos.models.MetricValue.validate()?alt=com.azure.resourcemanager.cosmos.models.MetricValue.validate&text=validate\" data-throw-if-not-resolved=\"False\" />"
- 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 final class **PercentileMetricValue**</br> extends <xref href=\"com.azure.resourcemanager.cosmos.models.MetricValue?alt=com.azure.resourcemanager.cosmos.models.MetricValue&text=MetricValue\" data-throw-if-not-resolved=\"False\" />"
constructors:
- uid: "com.azure.resourcemanager.cosmos.models.PercentileMetricValue.PercentileMetricValue()"
fullName: "com.azure.resourcemanager.cosmos.models.PercentileMetricValue.PercentileMetricValue()"
name: "PercentileMetricValue()"
nameWithType: "PercentileMetricValue.PercentileMetricValue()"
summary: "Creates an instance of Percentile<wbr>Metric<wbr>Value class."
syntax: "public PercentileMetricValue()"
desc: "Creates an instance of PercentileMetricValue class."
methods:
- uid: "com.azure.resourcemanager.cosmos.models.PercentileMetricValue.average()"
fullName: "com.azure.resourcemanager.cosmos.models.PercentileMetricValue.average()"
name: "average()"
nameWithType: "PercentileMetricValue.average()"
summary: "Get the average property: The average value of the metric."
overridden: "com.azure.resourcemanager.cosmos.models.MetricValue.average()"
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.PercentileMetricValue.count()"
fullName: "com.azure.resourcemanager.cosmos.models.PercentileMetricValue.count()"
name: "count()"
nameWithType: "PercentileMetricValue.count()"
summary: "Get the count property: The number of values for the metric."
overridden: "com.azure.resourcemanager.cosmos.models.MetricValue.count()"
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.PercentileMetricValue.fromJson(com.azure.json.JsonReader)"
fullName: "com.azure.resourcemanager.cosmos.models.PercentileMetricValue.fromJson(JsonReader jsonReader)"
name: "fromJson(JsonReader jsonReader)"
nameWithType: "PercentileMetricValue.fromJson(JsonReader jsonReader)"
summary: "Reads an instance of Percentile<wbr>Metric<wbr>Value from the Json<wbr>Reader."
modifiers:
- "static"
parameters:
- description: "The JsonReader being read."
name: "jsonReader"
type: "<xref href=\"com.azure.json.JsonReader?alt=com.azure.json.JsonReader&text=JsonReader\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static PercentileMetricValue fromJson(JsonReader jsonReader)"
exceptions:
- description: "If an error occurs while reading the PercentileMetricValue."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of PercentileMetricValue from the JsonReader."
returns:
description: "An instance of PercentileMetricValue if the JsonReader was pointing to an instance of it, or null if it\n was pointing to JSON null."
type: "<xref href=\"com.azure.resourcemanager.cosmos.models.PercentileMetricValue?alt=com.azure.resourcemanager.cosmos.models.PercentileMetricValue&text=PercentileMetricValue\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.cosmos.models.PercentileMetricValue.maximum()"
fullName: "com.azure.resourcemanager.cosmos.models.PercentileMetricValue.maximum()"
name: "maximum()"
nameWithType: "PercentileMetricValue.maximum()"
summary: "Get the maximum property: The max value of the metric."
overridden: "com.azure.resourcemanager.cosmos.models.MetricValue.maximum()"
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.PercentileMetricValue.minimum()"
fullName: "com.azure.resourcemanager.cosmos.models.PercentileMetricValue.minimum()"
name: "minimum()"
nameWithType: "PercentileMetricValue.minimum()"
summary: "Get the minimum property: The min value of the metric."
overridden: "com.azure.resourcemanager.cosmos.models.MetricValue.minimum()"
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.PercentileMetricValue.p10()"
fullName: "com.azure.resourcemanager.cosmos.models.PercentileMetricValue.p10()"
name: "p10()"
nameWithType: "PercentileMetricValue.p10()"
summary: "Get the p10 property: The 10th percentile value for the metric."
syntax: "public Double p10()"
desc: "Get the p10 property: The 10th percentile value for the metric."
returns:
description: "the p10 value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Double.html\">Double</a>"
- uid: "com.azure.resourcemanager.cosmos.models.PercentileMetricValue.p25()"
fullName: "com.azure.resourcemanager.cosmos.models.PercentileMetricValue.p25()"
name: "p25()"
nameWithType: "PercentileMetricValue.p25()"
summary: "Get the p25 property: The 25th percentile value for the metric."
syntax: "public Double p25()"
desc: "Get the p25 property: The 25th percentile value for the metric."
returns:
description: "the p25 value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Double.html\">Double</a>"
- uid: "com.azure.resourcemanager.cosmos.models.PercentileMetricValue.p50()"
fullName: "com.azure.resourcemanager.cosmos.models.PercentileMetricValue.p50()"
name: "p50()"
nameWithType: "PercentileMetricValue.p50()"
summary: "Get the p50 property: The 50th percentile value for the metric."
syntax: "public Double p50()"
desc: "Get the p50 property: The 50th percentile value for the metric."
returns:
description: "the p50 value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Double.html\">Double</a>"
- uid: "com.azure.resourcemanager.cosmos.models.PercentileMetricValue.p75()"
fullName: "com.azure.resourcemanager.cosmos.models.PercentileMetricValue.p75()"
name: "p75()"
nameWithType: "PercentileMetricValue.p75()"
summary: "Get the p75 property: The 75th percentile value for the metric."
syntax: "public Double p75()"
desc: "Get the p75 property: The 75th percentile value for the metric."
returns:
description: "the p75 value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Double.html\">Double</a>"
- uid: "com.azure.resourcemanager.cosmos.models.PercentileMetricValue.p90()"
fullName: "com.azure.resourcemanager.cosmos.models.PercentileMetricValue.p90()"
name: "p90()"
nameWithType: "PercentileMetricValue.p90()"
summary: "Get the p90 property: The 90th percentile value for the metric."
syntax: "public Double p90()"
desc: "Get the p90 property: The 90th percentile value for the metric."
returns:
description: "the p90 value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Double.html\">Double</a>"
- uid: "com.azure.resourcemanager.cosmos.models.PercentileMetricValue.p95()"
fullName: "com.azure.resourcemanager.cosmos.models.PercentileMetricValue.p95()"
name: "p95()"
nameWithType: "PercentileMetricValue.p95()"
summary: "Get the p95 property: The 95th percentile value for the metric."
syntax: "public Double p95()"
desc: "Get the p95 property: The 95th percentile value for the metric."
returns:
description: "the p95 value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Double.html\">Double</a>"
- uid: "com.azure.resourcemanager.cosmos.models.PercentileMetricValue.p99()"
fullName: "com.azure.resourcemanager.cosmos.models.PercentileMetricValue.p99()"
name: "p99()"
nameWithType: "PercentileMetricValue.p99()"
summary: "Get the p99 property: The 99th percentile value for the metric."
syntax: "public Double p99()"
desc: "Get the p99 property: The 99th percentile value for the metric."
returns:
description: "the p99 value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Double.html\">Double</a>"
- uid: "com.azure.resourcemanager.cosmos.models.PercentileMetricValue.timestamp()"
fullName: "com.azure.resourcemanager.cosmos.models.PercentileMetricValue.timestamp()"
name: "timestamp()"
nameWithType: "PercentileMetricValue.timestamp()"
summary: "Get the timestamp property: The metric timestamp (ISO-8601 format)."
overridden: "com.azure.resourcemanager.cosmos.models.MetricValue.timestamp()"
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.PercentileMetricValue.toJson(com.azure.json.JsonWriter)"
fullName: "com.azure.resourcemanager.cosmos.models.PercentileMetricValue.toJson(JsonWriter jsonWriter)"
name: "toJson(JsonWriter jsonWriter)"
nameWithType: "PercentileMetricValue.toJson(JsonWriter jsonWriter)"
overridden: "com.azure.resourcemanager.cosmos.models.MetricValue.toJson(com.azure.json.JsonWriter)"
parameters:
- name: "jsonWriter"
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
syntax: "public JsonWriter toJson(JsonWriter jsonWriter)"
exceptions:
- type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
returns:
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.cosmos.models.PercentileMetricValue.total()"
fullName: "com.azure.resourcemanager.cosmos.models.PercentileMetricValue.total()"
name: "total()"
nameWithType: "PercentileMetricValue.total()"
summary: "Get the total property: The total value of the metric."
overridden: "com.azure.resourcemanager.cosmos.models.MetricValue.total()"
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.PercentileMetricValue.validate()"
fullName: "com.azure.resourcemanager.cosmos.models.PercentileMetricValue.validate()"
name: "validate()"
nameWithType: "PercentileMetricValue.validate()"
summary: "Validates the instance."
overridden: "com.azure.resourcemanager.cosmos.models.MetricValue.validate()"
syntax: "public void validate()"
desc: "Validates the instance."
type: "class"
desc: "Represents percentile metrics values."
metadata: {}
package: "com.azure.resourcemanager.cosmos.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-cosmos:2.42.0