ConnectionPooler

DatabaseTime-SeriesPostgreSQLOpen SourceCloudHypertablesContinuous AggregatesTiger Cloud

Properties

Name Type Description
endpoint object
View JSON Schema on GitHub

JSON Schema

timescaledb-connectionpooler-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ConnectionPooler",
  "title": "ConnectionPooler",
  "type": "object",
  "properties": {
    "endpoint": {
      "$ref": "#/components/schemas/Endpoint"
    }
  }
}