Couchbase · Schema

EventingConfig

Eventing Service configuration

AnalyticsApp ServicesBackupCapellaCloudDatabaseDBaaSEventingFull-Text SearchGatewayJSONMobileNoSQLReplicationSQL++SyncVector SearchXDCR

Properties

Name Type Description
enable_debugger boolean Whether the debugger is enabled
ram_quota integer RAM quota for the Eventing service in megabytes
View JSON Schema on GitHub

JSON Schema

couchbase-eventingconfig-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/EventingConfig",
  "title": "EventingConfig",
  "type": "object",
  "description": "Eventing Service configuration",
  "properties": {
    "enable_debugger": {
      "type": "boolean",
      "description": "Whether the debugger is enabled"
    },
    "ram_quota": {
      "type": "integer",
      "description": "RAM quota for the Eventing service in megabytes"
    }
  }
}