Oracle GoldenGate · Schema

UpdateDataStreamRequest

CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

Properties

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

JSON Schema

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