Skip to main content

HistoricalRollupInfo

Metadata describing the rollup bucket a point was aggregated from.

FieldTypeRequiredNullableDefaultDescription
IdintYesNoRollup row id.
GranularityHistoricalRollupGranularityYesNoRollup granularity.
SessionDatedateYesNoExchange session date this bucket represents. Serialized as an ISO date.
IsFinalboolYesNoTrue when the bucket has been finalized after the late-arrival grace window. False while the bucket may still be restated by late observations.
BucketStartUtcdatetimeYesNoUTC bucket start.
BucketEndUtcdatetimeYesNoUTC bucket end.
SampleCountintYesNoNumber of raw samples aggregated into the bucket.
SourceFirstIdintYesNoFirst raw source id represented by the bucket.
SourceLastIdintYesNoLast raw source id represented by the bucket.
SourceFirstTimestampUtcdatetimeYesNoUTC observation time of the first raw sample in the bucket.
SourceLastTimestampUtcdatetimeYesNoUTC observation time of the last raw sample in the bucket.