ENUM

Db2SnapshotType

Description

Enum for db2 snapshot type.

link GraphQL Schema definition

  • enum Db2SnapshotType {
  • # Db2 Snapshot since last successful full snapshot.
  • DIFFERENTIAL
  • # Db2 Full Snapshot.
  • FULL
  • # Db2 Snapshot since any (full/differential/incremental) successful snapshot.
  • INCREMENTAL
  • }