Show / Hide Table of Contents

Class DailyOxygenSaturation

A daily oxygen saturation (SpO2) record. Represents the user's daily oxygen saturation summary, typically calculated during sleep.

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

Constructors

DailyOxygenSaturation()

Declaration
public DailyOxygenSaturation()

DailyOxygenSaturation(DailyOxygenSaturation)

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

Properties

AveragePercentage

Required. The average value of the oxygen saturation samples during the sleep.

Declaration
public double AveragePercentage { get; set; }
Property Value
Type Description
double

Date

Required. Date (in user's timezone) of the daily oxygen saturation record.

Declaration
public Date Date { get; set; }
Property Value
Type Description
Date

LowerBoundPercentage

Required. The lower bound of the confidence interval of oxygen saturation samples during sleep.

Declaration
public double LowerBoundPercentage { get; set; }
Property Value
Type Description
double

StandardDeviationPercentage

Optional. Standard deviation of the daily oxygen saturation averages from the past 7-30 days.

Declaration
public double StandardDeviationPercentage { get; set; }
Property Value
Type Description
double

UpperBoundPercentage

Required. The upper bound of the confidence interval of oxygen saturation samples during sleep.

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