HistoricalDataResolution
Which stored representation a time-series query should read.
| Member | Value | Description |
|---|---|---|
Auto | Bounded 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. | |
Raw | Return high-resolution raw samples only. Subject to the effective raw-serving cutoff; see HistoricalDataResult.RawAvailableFromUtc. This is the only tail-following resolution. | |
Rollup | Return rollup buckets only, at the granularity selected by HistoricalDataQueryArgs.Granularity. |