Metric interface
Metric data
Properties
end |
The end time for the metric (ISO-8601 format). NOTE: This property will not be serialized. It can only be populated by the server. |
metric |
The metric values for the specified time window and timestep. NOTE: This property will not be serialized. It can only be populated by the server. |
name | The name information for the metric. NOTE: This property will not be serialized. It can only be populated by the server. |
start |
The start time for the metric (ISO-8601 format). NOTE: This property will not be serialized. It can only be populated by the server. |
time |
The time grain to be used to summarize the metric values. NOTE: This property will not be serialized. It can only be populated by the server. |
unit | The unit of the metric. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
endTime
The end time for the metric (ISO-8601 format). NOTE: This property will not be serialized. It can only be populated by the server.
endTime?: Date
Property Value
Date
metricValues
The metric values for the specified time window and timestep. NOTE: This property will not be serialized. It can only be populated by the server.
metricValues?: MetricValue[]
Property Value
name
The name information for the metric. NOTE: This property will not be serialized. It can only be populated by the server.
name?: MetricName
Property Value
startTime
The start time for the metric (ISO-8601 format). NOTE: This property will not be serialized. It can only be populated by the server.
startTime?: Date
Property Value
Date
timeGrain
The time grain to be used to summarize the metric values. NOTE: This property will not be serialized. It can only be populated by the server.
timeGrain?: string
Property Value
string
unit
The unit of the metric. NOTE: This property will not be serialized. It can only be populated by the server.
unit?: string
Property Value
string