Oracle GoldenGate · Schema

UpdateProfileRequest

CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

Properties

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

JSON Schema

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