Class ExportExerciseTcxRequest
Represents a request to export exercise data in TCX format.
Implements
Namespace: Google.DevicesAndServices.Health.V4
Assembly: Google.DevicesAndServices.Health.V4.dll
Syntax
public sealed class ExportExerciseTcxRequest : IMessage<ExportExerciseTcxRequest>, IEquatable<ExportExerciseTcxRequest>, IDeepCloneable<ExportExerciseTcxRequest>, IBufferMessage, IMessage
Constructors
ExportExerciseTcxRequest()
Declaration
public ExportExerciseTcxRequest()
ExportExerciseTcxRequest(ExportExerciseTcxRequest)
Declaration
public ExportExerciseTcxRequest(ExportExerciseTcxRequest other)
Parameters
| Type | Name | Description |
|---|---|---|
| ExportExerciseTcxRequest | other |
Properties
DataPointName
DataPointName-typed view over the Name resource name property.
Declaration
public DataPointName DataPointName { get; set; }
Property Value
| Type | Description |
|---|---|
| DataPointName |
Name
Required. The resource name of the exercise data point to export.
Format: users/{user}/dataTypes/exercise/dataPoints/{data_point}
Example: users/me/dataTypes/exercise/dataPoints/2026443605080188808
The {user} is the alias "me" currently. Future versions may support
user IDs.
The {data_point} ID maps to the exercise ID, which is a long integer.
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PartialData
Optional. Indicates whether to include the TCX data points when the GPS
data is not available. If not specified, defaults to false and partial
data will not be included.
Declaration
public bool PartialData { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |