ArchivalLocationForecast
ArchivalLocationForecast contains forecast data for a single archival location.
Fields
| Field | Type | Description |
|---|---|---|
| confidence | ArchivalForecastConfidenceType! | Confidence level of the forecast. |
| currentBytes | Float! | Current total storage in bytes for this location. |
| forecast | [ArchivalForecastDataPoint!]! | Forecasted storage time-series (one point per forecast horizon). |
| locationId | UUID! | Archival location ID. |
| runwayWeeks | Float! | Estimated weeks until storage reaches entitlement capacity. -1 if storage is not growing or entitlement is not set. |
| weeklyGrowthPct | Float! | Weekly growth rate as a percentage. |
Used By
Queries