Statistics interface
Definition of the statistic.
Properties
counter |
Gets the property value of the statistic. NOTE: This property will not be serialized. It can only be populated by the server. |
counter |
Gets the value of the statistic. NOTE: This property will not be serialized. It can only be populated by the server. |
end |
Gets the endTime of the statistic. NOTE: This property will not be serialized. It can only be populated by the server. |
id | Gets the id. NOTE: This property will not be serialized. It can only be populated by the server. |
start |
Gets the startTime of the statistic. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
counterProperty
Gets the property value of the statistic. NOTE: This property will not be serialized. It can only be populated by the server.
counterProperty?: string
Property Value
string
counterValue
Gets the value of the statistic. NOTE: This property will not be serialized. It can only be populated by the server.
counterValue?: number
Property Value
number
endTime
Gets the endTime of the statistic. NOTE: This property will not be serialized. It can only be populated by the server.
endTime?: Date
Property Value
Date
id
Gets the id. NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
startTime
Gets the startTime of the statistic. NOTE: This property will not be serialized. It can only be populated by the server.
startTime?: Date
Property Value
Date
Azure SDK for JavaScript