Oracle GoldenGate · JSON Structure

Oracle Goldengate Veridata Rest Metadata Request Structure

Type: object Properties: 2
CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

MetadataRequest is a JSON Structure definition published by Oracle GoldenGate, describing 2 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

schemaPattern tablePattern

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "MetadataRequest",
  "type": "object",
  "properties": {
    "schemaPattern": {
      "type": "string"
    },
    "tablePattern": {
      "type": "string"
    }
  }
}