Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 726 Bytes

HeartrateStream.md

File metadata and controls

12 lines (9 loc) · 726 Bytes

Strava.NET.Model.HeartrateStream

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 heart rate values for this stream, in beats per minute [optional]

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