INPUT_OBJECT

OracleRecoveryPointInput

Description

Supported in v5.0+

link GraphQL Schema definition

  • input OracleRecoveryPointInput {
  • # Supported in v5.0+
  • # Snapshot ID of the Oracle database.
  • snapshotId: String
  • # Supported in v5.0+
  • # v5.0-v5.2: Recovery point specified in the form of a timestamp (in
  • # milliseconds).
  • # v5.3+: A timestamp in milliseconds that specifies a recovery point.
  • timestampMs: Long
  • }