Show / Hide Table of Contents

Class RollupDataPoint

Value of a rollup for a single physical time interval (aggregation window)

Inheritance
object
RollupDataPoint
Implements
IMessage<RollupDataPoint>
IEquatable<RollupDataPoint>
IDeepCloneable<RollupDataPoint>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.DevicesAndServices.Health.V4
Assembly: Google.DevicesAndServices.Health.V4.dll
Syntax
public sealed class RollupDataPoint : IMessage<RollupDataPoint>, IEquatable<RollupDataPoint>, IDeepCloneable<RollupDataPoint>, IBufferMessage, IMessage

Constructors

RollupDataPoint()

Declaration
public RollupDataPoint()

RollupDataPoint(RollupDataPoint)

Declaration
public RollupDataPoint(RollupDataPoint other)
Parameters
Type Name Description
RollupDataPoint other

Properties

ActiveMinutes

Returned by default when rolling up data points from the active-minutes data type, or when requested explicitly using the active-minutes rollup type identifier.

Declaration
public ActiveMinutesRollupValue ActiveMinutes { get; set; }
Property Value
Type Description
ActiveMinutesRollupValue

ActiveZoneMinutes

Returned by default when rolling up data points from the active-zone-minutes data type, or when requested explicitly using the active-zone-minutes rollup type identifier.

Declaration
public ActiveZoneMinutesRollupValue ActiveZoneMinutes { get; set; }
Property Value
Type Description
ActiveZoneMinutesRollupValue

ActivityLevel

Returned by default when rolling up data points from the activity-level data type, or when requested explicitly using the activity-level rollup type identifier.

Declaration
public ActivityLevelRollupValue ActivityLevel { get; set; }
Property Value
Type Description
ActivityLevelRollupValue

Altitude

Returned by default when rolling up data points from the altitude data type, or when requested explicitly using the altitude rollup type identifier.

Declaration
public AltitudeRollupValue Altitude { get; set; }
Property Value
Type Description
AltitudeRollupValue

BodyFat

Returned by default when rolling up data points from the body-fat data type, or when requested explicitly using the body-fat rollup type identifier.

Declaration
public BodyFatRollupValue BodyFat { get; set; }
Property Value
Type Description
BodyFatRollupValue

CaloriesInHeartRateZone

Returned by default when rolling up data points from the calories-in-heart-rate-zone data type, or when requested explicitly using the calories-in-heart-rate-zone rollup type identifier.

Declaration
public CaloriesInHeartRateZoneRollupValue CaloriesInHeartRateZone { get; set; }
Property Value
Type Description
CaloriesInHeartRateZoneRollupValue

Distance

Returned by default when rolling up data points from the distance data type, or when requested explicitly using the distance rollup type identifier.

Declaration
public DistanceRollupValue Distance { get; set; }
Property Value
Type Description
DistanceRollupValue

EndTime

End time of the window this value aggregates over

Declaration
public Timestamp EndTime { get; set; }
Property Value
Type Description
Timestamp

Floors

Returned by default when rolling up data points from the floors data type, or when requested explicitly using the floors rollup type identifier.

Declaration
public FloorsRollupValue Floors { get; set; }
Property Value
Type Description
FloorsRollupValue

HeartRate

Returned by default when rolling up data points from the heart-rate data type, or when requested explicitly using the heart-rate rollup type identifier.

Declaration
public HeartRateRollupValue HeartRate { get; set; }
Property Value
Type Description
HeartRateRollupValue

HydrationLog

Returned by default when rolling up data points from the hydration-log data type, or when requested explicitly using the hydration-log rollup type identifier.

Declaration
public HydrationLogRollupValue HydrationLog { get; set; }
Property Value
Type Description
HydrationLogRollupValue

RunVo2Max

Returned by default when rolling up data points from the run-vo2-max data type, or when requested explicitly using the run-vo2-max rollup type identifier.

Declaration
public RunVO2MaxRollupValue RunVo2Max { get; set; }
Property Value
Type Description
RunVO2MaxRollupValue

SedentaryPeriod

Returned by default when rolling up data points from the sedentary-period data type, or when requested explicitly using the sedentary-period rollup type identifier.

Declaration
public SedentaryPeriodRollupValue SedentaryPeriod { get; set; }
Property Value
Type Description
SedentaryPeriodRollupValue

StartTime

Start time of the window this value aggregates over

Declaration
public Timestamp StartTime { get; set; }
Property Value
Type Description
Timestamp

Steps

Returned by default when rolling up data points from the steps data type, or when requested explicitly using the steps rollup type identifier.

Declaration
public StepsRollupValue Steps { get; set; }
Property Value
Type Description
StepsRollupValue

SwimLengthsData

Returned by default when rolling up data points from the swim-lengths-data data type, or when requested explicitly using the swim-lengths-data rollup type identifier.

Declaration
public SwimLengthsDataRollupValue SwimLengthsData { get; set; }
Property Value
Type Description
SwimLengthsDataRollupValue

TimeInHeartRateZone

Returned by default when rolling up data points from the time-in-heart-rate-zone data type, or when requested explicitly using the time-in-heart-rate-zone rollup type identifier.

Declaration
public TimeInHeartRateZoneRollupValue TimeInHeartRateZone { get; set; }
Property Value
Type Description
TimeInHeartRateZoneRollupValue

TotalCalories

Returned by default when rolling up data points from the total-calories data type, or when requested explicitly using the total-calories rollup type identifier.

Declaration
public TotalCaloriesRollupValue TotalCalories { get; set; }
Property Value
Type Description
TotalCaloriesRollupValue

ValueCase

Declaration
public RollupDataPoint.ValueOneofCase ValueCase { get; }
Property Value
Type Description
RollupDataPoint.ValueOneofCase

Weight

Returned by default when rolling up data points from the weight data type, or when requested explicitly using the weight rollup type identifier.

Declaration
public WeightRollupValue Weight { get; set; }
Property Value
Type Description
WeightRollupValue
In this article
Back to top Generated by DocFX