Table of Contents

Class SegmentEffortStream

Namespace
Tudormobile.Strava.Model
Assembly
Tudormobile.Strava.dll

Represents a stream of numeric data (e.g., heart rate, power, etc.) for a segment effort in Strava.

public class SegmentEffortStream : StreamBase
Inheritance
SegmentEffortStream
Inherited Members

Remarks

Inherits common stream metadata from StreamBase. The Data property contains the time-series values for the segment effort.

Properties

Data

Gets or sets the list of numeric data points for the segment effort stream.

public List<double> Data { get; set; }

Property Value

List<double>

Remarks

Each value represents a measurement (such as heart rate, cadence, or power) at a specific point in the segment effort.