Sdílet prostřednictvím


Statistics interface

Definition of the statistic.

Properties

counterProperty

Gets the property value of the statistic. NOTE: This property will not be serialized. It can only be populated by the server.

counterValue

Gets the value of the statistic. NOTE: This property will not be serialized. It can only be populated by the server.

endTime

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.

startTime

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