OBJECT
Db2AppMetadata
Description
Db2 workload related app metadata for a snapshot.
link GraphQL Schema definition
- type Db2AppMetadata {
- # Approximate DB size just around the time the snapshot is taken.
- : Long
- # Backup ID set by database.
- : String
- # Backup ID of the base backup.
- : String
- # Snapshot ID of the base backup.
- : String
- # Snapshot type for base back up: Full/Incremental/Differential.
- : Db2SnapshotType
- # Snapshot metadata information specific to Db2.
- : Db2WorkloadDataSnapshotMetadata
- # End time for the backup in DB.
- : DateTime
- # List of files backed up as a part of this backup.
- : [Db2DataBackupFile!]!
- # Denotes whether the backup was triggered by Rubrik or by an external agent.
- : Boolean!
- # Whether the backup is triggered by Rubrik and is OnDemand.
- : Boolean!
- # The ID for the backup object stored in snapshot table.
- : String
- # Snapshot type: Full/Incremental/Differential.
- : Db2SnapshotType
- # Start time for the backup in DB.
- : DateTime
- }