Skip to content

Latest commit

 

History

History
34 lines (16 loc) · 705 Bytes

BaseStream.md

File metadata and controls

34 lines (16 loc) · 705 Bytes

StravaApiV3.BaseStream

Properties

Name Type Description Notes
originalSize Number 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]

Enum: ResolutionEnum

  • low (value: "low")

  • medium (value: "medium")

  • high (value: "high")

Enum: SeriesTypeEnum

  • distance (value: "distance")

  • time (value: "time")