OBJECT

Db2WorkloadDataBackupFile

Description

Db2 information that is not already available in DBDataBackupFile.

link GraphQL Schema definition

  • type Db2WorkloadDataBackupFile {
  • # Sequence number of the backed up file in the database.
  • sequenceNum: Int!
  • # Partition number of the backed up file in the database.
  • partitionNum: Int!
  • }