Oracle GoldenGate · Schema

Checkpoints

CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

Properties

Name Type Description
name string
readCheckpoint object
writeCheckpoint object
View JSON Schema on GitHub

JSON Schema

oracle-goldengate-rest-checkpoints-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Checkpoints",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "readCheckpoint": {
      "type": "object"
    },
    "writeCheckpoint": {
      "type": "object"
    }
  }
}