Skip to main content

HistoricalDataResolution

Which stored representation a time-series query should read.

MemberValueDescription
AutoBounded chart-history mode. The server serves rollup buckets for the older part of the window and stitches raw samples for the recent tail. Not a tail-following mode.
RawReturn high-resolution raw samples only. Subject to the effective raw-serving cutoff; see HistoricalDataResult.RawAvailableFromUtc. This is the only tail-following resolution.
RollupReturn rollup buckets only, at the granularity selected by HistoricalDataQueryArgs.Granularity.