INPUT_OBJECT

ExportOracleTablespaceInput

link GraphQL Schema definition

  • input ExportOracleTablespaceInput {
  • # Required. Configuration parameters for a job to export an Oracle tablespace from
  • # a specified snapshot or timestamp.
  • config: ExportOracleTablespaceConfigInput!
  • # Required. ID of the database containing the tablespace to export.
  • id: String!
  • }

link Require by