INPUT_OBJECT

CreateExportOracleDbInput

Description

Input for exporting an Oracle database excluding advanced options.

link GraphQL Schema definition

  • input CreateExportOracleDbInput {
  • # Required. Configuration parameters for a job to export an Oracle database from a
  • # specified snapshot or timestamp.
  • config: ExportOracleDbConfigInput!
  • # Required. ID of the database to be exported.
  • id: String!
  • }