Cloudflare D1 · Schema

D1 Served By Region

Region location hint of the database instance that handled the query.

DatabaseSQLiteServerlessEdge ComputingSQLCloudflareWorkers
View JSON Schema on GitHub

JSON Schema

d1_served-by-region.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/cloudflare-d1/main/json-schema/d1_served-by-region.json",
  "title": "D1 Served By Region",
  "description": "Region location hint of the database instance that handled the query.",
  "enum": [
    "WNAM",
    "ENAM",
    "WEUR",
    "EEUR",
    "APAC",
    "OC"
  ],
  "example": "EEUR",
  "type": "string",
  "x-auditable": true
}