azure-docs-sdk-java/legacy/docs-ref-autogen/com.microsoft.azure.managem...

115 строки
7.8 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.cosmosdb.PercentileMetricValue"
fullName: "com.microsoft.azure.management.cosmosdb.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.microsoft.azure.management.cosmosdb.MetricValue?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"com.microsoft.azure.management.cosmosdb.MetricValue?alt=com.microsoft.azure.management.cosmosdb.MetricValue&text=MetricValue\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"com.microsoft.azure.management.cosmosdb.MetricValue._count()?alt=com.microsoft.azure.management.cosmosdb.MetricValue._count&text=_count\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.microsoft.azure.management.cosmosdb.MetricValue.average()?alt=com.microsoft.azure.management.cosmosdb.MetricValue.average&text=average\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.microsoft.azure.management.cosmosdb.MetricValue.maximum()?alt=com.microsoft.azure.management.cosmosdb.MetricValue.maximum&text=maximum\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.microsoft.azure.management.cosmosdb.MetricValue.minimum()?alt=com.microsoft.azure.management.cosmosdb.MetricValue.minimum&text=minimum\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.microsoft.azure.management.cosmosdb.MetricValue.timestamp()?alt=com.microsoft.azure.management.cosmosdb.MetricValue.timestamp&text=timestamp\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.microsoft.azure.management.cosmosdb.MetricValue.total()?alt=com.microsoft.azure.management.cosmosdb.MetricValue.total&text=total\" data-throw-if-not-resolved=\"False\" />"
- 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 **PercentileMetricValue**</br> extends <xref href=\"com.microsoft.azure.management.cosmosdb.MetricValue?alt=com.microsoft.azure.management.cosmosdb.MetricValue&text=MetricValue\" data-throw-if-not-resolved=\"False\" />"
constructors:
- uid: "com.microsoft.azure.management.cosmosdb.PercentileMetricValue.PercentileMetricValue()"
fullName: "com.microsoft.azure.management.cosmosdb.PercentileMetricValue.PercentileMetricValue()"
name: "PercentileMetricValue()"
nameWithType: "PercentileMetricValue.PercentileMetricValue()"
syntax: "public PercentileMetricValue()"
methods:
- uid: "com.microsoft.azure.management.cosmosdb.PercentileMetricValue.p10()"
fullName: "com.microsoft.azure.management.cosmosdb.PercentileMetricValue.p10()"
name: "p10()"
nameWithType: "PercentileMetricValue.p10()"
summary: "Get the 10th percentile value for the metric."
syntax: "public Double p10()"
desc: "Get the 10th percentile value for the metric."
returns:
description: "the p10 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.PercentileMetricValue.p25()"
fullName: "com.microsoft.azure.management.cosmosdb.PercentileMetricValue.p25()"
name: "p25()"
nameWithType: "PercentileMetricValue.p25()"
summary: "Get the 25th percentile value for the metric."
syntax: "public Double p25()"
desc: "Get the 25th percentile value for the metric."
returns:
description: "the p25 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.PercentileMetricValue.p50()"
fullName: "com.microsoft.azure.management.cosmosdb.PercentileMetricValue.p50()"
name: "p50()"
nameWithType: "PercentileMetricValue.p50()"
summary: "Get the 50th percentile value for the metric."
syntax: "public Double p50()"
desc: "Get the 50th percentile value for the metric."
returns:
description: "the p50 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.PercentileMetricValue.p75()"
fullName: "com.microsoft.azure.management.cosmosdb.PercentileMetricValue.p75()"
name: "p75()"
nameWithType: "PercentileMetricValue.p75()"
summary: "Get the 75th percentile value for the metric."
syntax: "public Double p75()"
desc: "Get the 75th percentile value for the metric."
returns:
description: "the p75 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.PercentileMetricValue.p90()"
fullName: "com.microsoft.azure.management.cosmosdb.PercentileMetricValue.p90()"
name: "p90()"
nameWithType: "PercentileMetricValue.p90()"
summary: "Get the 90th percentile value for the metric."
syntax: "public Double p90()"
desc: "Get the 90th percentile value for the metric."
returns:
description: "the p90 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.PercentileMetricValue.p95()"
fullName: "com.microsoft.azure.management.cosmosdb.PercentileMetricValue.p95()"
name: "p95()"
nameWithType: "PercentileMetricValue.p95()"
summary: "Get the 95th percentile value for the metric."
syntax: "public Double p95()"
desc: "Get the 95th percentile value for the metric."
returns:
description: "the p95 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.PercentileMetricValue.p99()"
fullName: "com.microsoft.azure.management.cosmosdb.PercentileMetricValue.p99()"
name: "p99()"
nameWithType: "PercentileMetricValue.p99()"
summary: "Get the 99th percentile value for the metric."
syntax: "public Double p99()"
desc: "Get the 99th percentile value for the metric."
returns:
description: "the p99 value"
type: "<xref href=\"java.lang.Double?alt=java.lang.Double&text=Double\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Represents percentile metrics values."
metadata: {}
package: "com.microsoft.azure.management.cosmosdb"
artifact: com.microsoft.azure:azure-mgmt-cosmosdb:1.41.4