Interface HealthReadSamplesOutput

Hierarchy

  • HealthReadSamplesOutput

Properties

Properties

samples: HealthSample[]
nextCursor?: string

Opaque pagination cursor for the next page, or absent when the range is exhausted. Pass it back verbatim as cursor on the next readSamples call — do not parse or construct it.

Drive the loop on nextCursor, not on samples.length: a page can come back with fewer samples than limit — even empty — while nextCursor is still present. Stop only when nextCursor is absent.

Generated using TypeDoc