OBJECT

Db2LogSnapshotAppMetadata

Description

Metadata related to the Db2 log snapshot.

link GraphQL Schema definition

  • type Db2LogSnapshotAppMetadata {
  • # The ID for the backup object stored in snapshot table.
  • snapshotId: String
  • # List of Backups for a Db2 log snapshot.
  • backups: [Db2LogBackupFile!]
  • }