ENUM
LookBackWindow
Description
LookBackWindow defines how far back in time to look for a specific archival related metric.
link GraphQL Schema definition
- enum LookBackWindow {
- # Last 1 month specifies a lookback window of the last one month.
- # Last 1 year specifies a lookback window of the last one year.
- # Last 3 months specifies a lookback window of the last three months.
- # Last 7 days specifies a lookback window of the last seven days.
- # Lookback window unspecified denotes an unspecified lookback window. This
- # value is used as a default.
- }