Oracle GoldenGate · Schema

CreateDataStreamRequest

CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

Properties

Name Type Description
description string
source object
target object
filters array
View JSON Schema on GitHub

JSON Schema

oracle-goldengate-data-streams-rest-create-data-stream-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "CreateDataStreamRequest",
  "type": "object",
  "properties": {
    "description": {
      "type": "string"
    },
    "source": {
      "type": "object"
    },
    "target": {
      "type": "object"
    },
    "filters": {
      "type": "array"
    }
  }
}