Table of Contents

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

AthleteId

AverageSpeed

The activity's average speed, in meters per second

public double AverageSpeed { get; set; }

Property Value

double

Distance

The activity's distance, in meters

public double Distance { get; set; }

Property Value

double

ElapsedTime

The activity's elapsed time, in seconds

public double ElapsedTime { get; set; }

Property Value

double

Id

The unique identifier of the activity

public long Id { get; set; }

Property Value

long

MaxSpeed

The activity's max speed, in meters per second

public double MaxSpeed { get; set; }

Property Value

double

MovingTime

The activity's moving time, in seconds

public double MovingTime { get; set; }

Property Value

double

Name

The name of the activity

public string Name { get; set; }

Property Value

string

SportType

An enumeration of the sport types an activity may have.

public string? SportType { get; set; }

Property Value

string

StartDate

The time at which the activity was started.

public DateTime StartDate { get; set; }

Property Value

DateTime

TotalElevationGain

The activity's total elevation gain.

public double TotalElevationGain { get; set; }

Property Value

double

Type

Deprecated. Prefer to use sport_type

public string? Type { get; set; }

Property Value

string

WorkoutType

The activity's workout type

public int? WorkoutType { get; set; }

Property Value

int?