Build a TimeSeries snapshot from any LiveSource.
TimeSeries
LiveSource
Checks for dedicated snapshot methods first (toTimeSeries, snapshot), then falls back to iterating at() + length for sources like LiveRollingAggregation that lack a built-in snapshot.
toTimeSeries
snapshot
at()
length
LiveRollingAggregation
Build a
TimeSeriessnapshot from anyLiveSource.Checks for dedicated snapshot methods first (
toTimeSeries,snapshot), then falls back to iteratingat()+lengthfor sources likeLiveRollingAggregationthat lack a built-in snapshot.