OBJECT

Db2WorkloadDataSnapshotMetadata

Description

Any snapshot metadata information specific to Db2 that is not already part of the DBDataSnapshotMetadata structure.

link GraphQL Schema definition

  • type Db2WorkloadDataSnapshotMetadata {
  • # List of serialized InternalFileInstanceInfo instances for all files in the
  • # snapshot.
  • kvSnapshotFileInstancesInfoList: [String!]!
  • }