Class DailyRollupDataPoint
Value of a daily rollup for a single civil time interval (aggregation window)
of reconciled data points from all data sources, excluding those data points
that are identified as recorded by wearables in intervals when they were not
actually worn.
Inheritance
DailyRollupDataPoint
Assembly: Google.DevicesAndServices.Health.V4.dll
Syntax
public sealed class DailyRollupDataPoint : IMessage<DailyRollupDataPoint>, IEquatable<DailyRollupDataPoint>, IDeepCloneable<DailyRollupDataPoint>, IBufferMessage, IMessage
Constructors
DailyRollupDataPoint()
Declaration
public DailyRollupDataPoint()
DailyRollupDataPoint(DailyRollupDataPoint)
Declaration
public DailyRollupDataPoint(DailyRollupDataPoint other)
Parameters
Properties
ActiveEnergyBurned
Returned by default when rolling up data points from the
active-energy-burned data type.
Declaration
public ActiveEnergyBurnedRollupValue ActiveEnergyBurned { get; set; }
Property Value
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
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
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
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
BloodGlucose
Returned by default when rolling up data points from the
blood-glucose data type.
Declaration
public BloodGlucoseRollupValue BloodGlucose { get; set; }
Property Value
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
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
CivilEndTime
End time of the window this value aggregates over
Declaration
public CivilDateTime CivilEndTime { get; set; }
Property Value
CivilStartTime
Start time of the window this value aggregates over
Declaration
public CivilDateTime CivilStartTime { get; set; }
Property Value
CoreBodyTemperature
Returned by default when rolling up data points from the
core-body-temperature data type, or when requested explicitly using
the core-body-temperature rollup type identifier.
Declaration
public CoreBodyTemperatureRollupValue CoreBodyTemperature { get; set; }
Property Value
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
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
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
HeartRateVariabilityPersonalRange
Returned by default when rolling up data points from the
daily-heart-rate-variability data type, or when requested explicitly
using the heart-rate-variability-personal-range rollup type
identifier.
Declaration
public HeartRateVariabilityPersonalRangeRollupValue HeartRateVariabilityPersonalRange { get; set; }
Property Value
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
NutritionLog
Returned by default when rolling up data points from the
nutrition-log data type, or when requested explicitly using the
nutrition-log rollup type identifier.
Declaration
public NutritionLogRollupValue NutritionLog { get; set; }
Property Value
RestingHeartRatePersonalRange
Returned by default when rolling up data points from the
daily-resting-heart-rate data type, or when requested
explicitly using the resting-heart-rate-personal-range rollup type
identifier.
Declaration
public RestingHeartRatePersonalRangeRollupValue RestingHeartRatePersonalRange { get; set; }
Property Value
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
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
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
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
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
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
ValueCase
Declaration
public DailyRollupDataPoint.ValueOneofCase ValueCase { get; }
Property Value
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