Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 728 Bytes

TemperatureStream.md

File metadata and controls

12 lines (9 loc) · 728 Bytes

Strava.NET.Model.TemperatureStream

Properties

Name Type Description Notes
OriginalSize int? The number of data points in this stream [optional]
Resolution string The level of detail (sampling) in which this stream was returned [optional]
SeriesType string The base series used in the case the stream was downsampled [optional]
Data List<int?> The sequence of temperature values for this stream, in celsius degrees [optional]

[Back to Model list] [Back to API list] [Back to README]