public class ResourceMetricValue extends Object
| Constructor and Description |
|---|
ResourceMetricValue() |
| Modifier and Type | Method and Description |
|---|---|
Double |
average()
Get the average value.
|
Double |
count()
Get the count value.
|
Double |
maximum()
Get the maximum value.
|
Double |
minimum()
Get the minimum value.
|
List<ResourceMetricProperty> |
properties()
Get the properties value.
|
String |
timestamp()
Get the timestamp value.
|
Double |
total()
Get the total value.
|
public String timestamp()
public Double average()
public Double minimum()
public Double maximum()
public Double total()
public Double count()
public List<ResourceMetricProperty> properties()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/