Oracle GoldenGate · Schema

DataStreamList

CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

Properties

Name Type Description
streams array
View JSON Schema on GitHub

JSON Schema

oracle-goldengate-datastreamlist-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/DataStreamList",
  "title": "DataStreamList",
  "type": "object",
  "properties": {
    "streams": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/DataStreamSummary"
      },
      "example": []
    }
  }
}