Class StepsRollupValue
Represents the result of the rollup of the steps data type.
Implements
Namespace: Google.DevicesAndServices.Health.V4
Assembly: Google.DevicesAndServices.Health.V4.dll
Syntax
public sealed class StepsRollupValue : IMessage<StepsRollupValue>, IEquatable<StepsRollupValue>, IDeepCloneable<StepsRollupValue>, IBufferMessage, IMessage
Constructors
StepsRollupValue()
Declaration
public StepsRollupValue()
StepsRollupValue(StepsRollupValue)
Declaration
public StepsRollupValue(StepsRollupValue other)
Parameters
| Type | Name | Description |
|---|---|---|
| StepsRollupValue | other |
Properties
CountSum
Total number of steps in the interval.
Declaration
public long CountSum { get; set; }
Property Value
| Type | Description |
|---|---|
| long |