Oracle GoldenGate · Schema

ReplicatSummary

CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

Properties

Name Type Description
name string
type string
status string
handler string Big data handler type (e.g., kafka, hdfs, mongodb)
View JSON Schema on GitHub

JSON Schema

oracle-goldengate-big-data-rest-replicat-summary-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ReplicatSummary",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "type": {
      "type": "string"
    },
    "status": {
      "type": "string"
    },
    "handler": {
      "type": "string",
      "description": "Big data handler type (e.g., kafka, hdfs, mongodb)"
    }
  }
}