TimeSeriesPoint interface
The definition of input timeseries points.
Properties
timestamp | Optional argument, timestamp of a data point (ISO8601 format). |
value | The measurement of that point, should be float. |
Property Details
timestamp
Optional argument, timestamp of a data point (ISO8601 format).
timestamp?: Date
Property Value
Date
value
The measurement of that point, should be float.
value: number
Property Value
number
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript