INPUT_OBJECT

CascadingArchivalSpecInput

Description

Cascading archiving specification.

link GraphQL Schema definition

  • input CascadingArchivalSpecInput {
  • # CDM archival location on the replication target the snapshot will be uploaded
  • # to.
  • archivalLocationId: String
  • # Threshold after which the snapshot will be archived.
  • archivalThreshold: SlaDurationInput
  • # Archival tiering specification input.
  • archivalTieringSpecInput: ArchivalTieringSpecInput
  • # Frequencies that are associated with this cascaded archival location.
  • frequency: [RetentionUnit!]
  • }