OBJECT

BasicOracleSnapshotSummary

Description

Oracle log backup configuration for an Oracle object.

link GraphQL Schema definition

  • type BasicOracleSnapshotSummary {
  • # CDM ID of the Oracle database snapshot.
  • cdmId: UUID!
  • # Time of the Oracle database snapshot.
  • date: DateTime!
  • # FID of the Oracle database snapshot.
  • fid: UUID!
  • # Whether the snapshot is on demand.
  • isOnDemand: Boolean!
  • }