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_MONTH
  • # Last 1 year specifies a lookback window of the last one year.
  • LAST_1_YEAR
  • # Last 3 months specifies a lookback window of the last three months.
  • LAST_3_MONTHS
  • # Last 7 days specifies a lookback window of the last seven days.
  • LAST_7_DAYS
  • # Lookback window unspecified denotes an unspecified lookback window. This
  • # value is used as a default.
  • LOOK_BACK_WINDOW_UNSPECIFIED
  • }

link Require by