INPUT_OBJECT

DeltaRecoveryInput

Description

An object providing the parameters for the recovery of a snapshot and a next snapshot delta.

link GraphQL Schema definition

  • input DeltaRecoveryInput {
  • # The fid of the next snapshot to perform the delta on.
  • nextSnapshotFid: UUID!
  • # The delta type options which the files will be filtered on.
  • deltaTypeFilter: [DeltaType!]!
  • }