Oracle GoldenGate · Schema

CreateProfileRequest

CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

Properties

Name Type Description
name string
description string
comparisonMethod string
maxConcurrentComparePairs integer
deltaProcessing boolean
View JSON Schema on GitHub

JSON Schema

oracle-goldengate-veridata-rest-create-profile-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "CreateProfileRequest",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "comparisonMethod": {
      "type": "string"
    },
    "maxConcurrentComparePairs": {
      "type": "integer"
    },
    "deltaProcessing": {
      "type": "boolean"
    }
  }
}