Oracle GoldenGate · JSON Structure

Oracle Goldengate Big Data Rest Replicat Statistics Structure

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

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

Properties

processName totalOperations inserts updates deletes handlerStatistics

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ReplicatStatistics",
  "type": "object",
  "properties": {
    "processName": {
      "type": "string"
    },
    "totalOperations": {
      "type": "integer"
    },
    "inserts": {
      "type": "integer"
    },
    "updates": {
      "type": "integer"
    },
    "deletes": {
      "type": "integer"
    },
    "handlerStatistics": {
      "type": "object"
    }
  }
}