Oracle GoldenGate · Schema

LogContent

CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

Properties

Name Type Description
name string
content string
size integer
View JSON Schema on GitHub

JSON Schema

oracle-goldengate-rest-log-content-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "LogContent",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "content": {
      "type": "string"
    },
    "size": {
      "type": "integer"
    }
  }
}