OBJECT

Db2AppMetadata

Description

Db2 workload related app metadata for a snapshot.

link GraphQL Schema definition

  • type Db2AppMetadata {
  • # Backup ID set by database.
  • backupId: String
  • # The ID for the backup object stored in snapshot table.
  • snapshotId: String
  • # Snapshot type: Full/Incremental/Differential.
  • snapshotType: Db2SnapshotType
  • # Snapshot ID of the base backup.
  • baseSnapshotId: String
  • # Snapshot type for base back up: Full/Incremental/Differential.
  • baseSnapshotType: Db2SnapshotType
  • # Backup ID of the base backup.
  • baseBackupId: String
  • # Start time for the backup in DB.
  • startTime: DateTime
  • # End time for the backup in DB.
  • endTime: DateTime
  • # List of files backed up as a part of this backup.
  • files: [Db2DataBackupFile!]!
  • # Denotes whether the backup was triggered by Rubrik or by an external agent.
  • isExternalBackup: Boolean!
  • # Whether the backup is triggered by Rubrik and is OnDemand.
  • isRubrikTriggeredOnDemandBackup: Boolean!
  • # Approximate DB size just around the time the snapshot is taken.
  • approximateDbSizeBytes: Long
  • # Snapshot metadata information specific to Db2.
  • db2SnapshotMetadata: Db2WorkloadDataSnapshotMetadata
  • }

link Require by