Show / Hide Table of Contents

Class VO2Max

VO2 max measurement.

Inheritance
object
VO2Max
Implements
IMessage<VO2Max>
IEquatable<VO2Max>
IDeepCloneable<VO2Max>
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 VO2Max : IMessage<VO2Max>, IEquatable<VO2Max>, IDeepCloneable<VO2Max>, IBufferMessage, IMessage

Constructors

VO2Max()

Declaration
public VO2Max()

VO2Max(VO2Max)

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

Properties

HasVo2Max

Gets whether the "vo2_max" field is set

Declaration
public bool HasVo2Max { get; }
Property Value
Type Description
bool

MeasurementMethod

Optional. The method used to measure the VO2 max value.

Declaration
public VO2Max.Types.MeasurementMethod MeasurementMethod { get; set; }
Property Value
Type Description
VO2Max.Types.MeasurementMethod

SampleTime

Required. The time at which VO2 max was measured.

Declaration
public ObservationSampleTime SampleTime { get; set; }
Property Value
Type Description
ObservationSampleTime

Vo2Max

Required. VO2 max value measured as in ml consumed oxygen / kg of body weight / min.

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