Oracle GoldenGate · JSON Structure

Oracle Goldengate Veridata Rest Create Profile Request Structure

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

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

Properties

name description comparisonMethod maxConcurrentComparePairs deltaProcessing

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "CreateProfileRequest",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "comparisonMethod": {
      "type": "string"
    },
    "maxConcurrentComparePairs": {
      "type": "integer"
    },
    "deltaProcessing": {
      "type": "boolean"
    }
  }
}