Show / Hide Table of Contents

Class Steps

Step count over the time interval.

Inheritance
object
Steps
Implements
IMessage<Steps>
IEquatable<Steps>
IDeepCloneable<Steps>
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 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
In this article
Back to top Generated by DocFX