Class Steps
Step count over the time interval.
Namespace: Google.DevicesAndServices.Health.V4
Assembly: Google.DevicesAndServices.Health.V4.dll
Syntax
public sealed class Steps : IMessage<Steps>, IEquatable<Steps>, IDeepCloneable<Steps>, IBufferMessage, IMessage
Constructors
Steps()
Declaration
public Steps()
Steps(Steps)
Declaration
public Steps(Steps other)
Parameters
| Type | Name | Description |
|---|---|---|
| Steps | other |
Properties
Count
Required. Number of steps in the recorded interval.
Declaration
public long Count { get; set; }
Property Value
| Type | Description |
|---|---|
| long |
Interval
Required. Observed interval.
Declaration
public ObservationTimeInterval Interval { get; set; }
Property Value
| Type | Description |
|---|---|
| ObservationTimeInterval |