Class SummaryActivity
- Namespace
- Tudormobile.Strava.Model
- Assembly
- Tudormobile.Strava.dll
A summary activity, which is a shortened record of an Athlete activity.
public class SummaryActivity
- Inheritance
-
SummaryActivity
- Derived
- Inherited Members
Properties
Athlete
Athlete.
public AthleteId Athlete { get; set; }
Property Value
AverageSpeed
The activity's average speed, in meters per second
public double AverageSpeed { get; set; }
Property Value
Distance
The activity's distance, in meters
public double Distance { get; set; }
Property Value
ElapsedTime
The activity's elapsed time, in seconds
public double ElapsedTime { get; set; }
Property Value
Id
The unique identifier of the activity
public long Id { get; set; }
Property Value
MaxSpeed
The activity's max speed, in meters per second
public double MaxSpeed { get; set; }
Property Value
MovingTime
The activity's moving time, in seconds
public double MovingTime { get; set; }
Property Value
Name
The name of the activity
public string Name { get; set; }
Property Value
SportType
An enumeration of the sport types an activity may have.
public string? SportType { get; set; }
Property Value
StartDate
The time at which the activity was started.
public DateTime StartDate { get; set; }
Property Value
TotalElevationGain
The activity's total elevation gain.
public double TotalElevationGain { get; set; }
Property Value
Type
Deprecated. Prefer to use sport_type
public string? Type { get; set; }
Property Value
WorkoutType
The activity's workout type
public int? WorkoutType { get; set; }
Property Value
- int?