Oracle GoldenGate · Schema

PathStatistics

CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

Properties

Name Type Description
name string
bytesProcessed integer
messagesProcessed integer
lag string
View JSON Schema on GitHub

JSON Schema

oracle-goldengate-rest-path-statistics-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "PathStatistics",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "bytesProcessed": {
      "type": "integer"
    },
    "messagesProcessed": {
      "type": "integer"
    },
    "lag": {
      "type": "string"
    }
  }
}