Oracle GoldenGate · JSON Structure

Oracle Goldengate Rest Cache Statistics Structure

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

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

Properties

processName cacheSize cacheUsed cacheHitRatio

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "CacheStatistics",
  "type": "object",
  "properties": {
    "processName": {
      "type": "string"
    },
    "cacheSize": {
      "type": "integer"
    },
    "cacheUsed": {
      "type": "integer"
    },
    "cacheHitRatio": {
      "type": "number"
    }
  }
}