OBJECT
Db2AppMetadata
Description
Db2 workload related app metadata for a snapshot.
link GraphQL Schema definition
- type Db2AppMetadata {
- # Backup ID set by database.
- String :
- # The ID for the backup object stored in snapshot table.
- String :
- # Snapshot type: Full/Incremental/Differential.
- Db2SnapshotType :
- # Snapshot ID of the base backup.
- String :
- # Snapshot type for base back up: Full/Incremental/Differential.
- Db2SnapshotType :
- # Backup ID of the base backup.
- String :
- # Start time for the backup in DB.
- DateTime :
- # 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! :
- # Approximate DB size just around the time the snapshot is taken.
- Long :
- # Snapshot metadata information specific to Db2.
- Db2WorkloadDataSnapshotMetadata :
- }