ResourceMetricValue interface
Value of resource metric.
Properties
average | Value average. NOTE: This property will not be serialized. It can only be populated by the server. |
count | Value count. NOTE: This property will not be serialized. It can only be populated by the server. |
maximum | Value maximum. NOTE: This property will not be serialized. It can only be populated by the server. |
minimum | Value minimum. NOTE: This property will not be serialized. It can only be populated by the server. |
properties | Resource metric properties collection. NOTE: This property will not be serialized. It can only be populated by the server. |
timestamp | Value timestamp. NOTE: This property will not be serialized. It can only be populated by the server. |
total | Value total. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
average
Value average. NOTE: This property will not be serialized. It can only be populated by the server.
average?: number
Property Value
number
count
Value count. NOTE: This property will not be serialized. It can only be populated by the server.
count?: number
Property Value
number
maximum
Value maximum. NOTE: This property will not be serialized. It can only be populated by the server.
maximum?: number
Property Value
number
minimum
Value minimum. NOTE: This property will not be serialized. It can only be populated by the server.
minimum?: number
Property Value
number
properties
Resource metric properties collection. NOTE: This property will not be serialized. It can only be populated by the server.
properties?: ResourceMetricProperty[]
Property Value
timestamp
Value timestamp. NOTE: This property will not be serialized. It can only be populated by the server.
timestamp?: string
Property Value
string
total
Value total. NOTE: This property will not be serialized. It can only be populated by the server.
total?: number
Property Value
number