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-updateprofilerequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/UpdateProfileRequest",
  "title": "UpdateProfileRequest",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "example": "Example Title"
    },
    "description": {
      "type": "string",
      "example": "A sample description."
    },
    "comparisonMethod": {
      "type": "string",
      "example": "example_value"
    },
    "maxConcurrentComparePairs": {
      "type": "integer",
      "example": 10
    }
  }
}