d1_query-meta

APIs.ioEngineeringPlatform

Properties

Name Type Description
changed_db boolean
changes number
duration number
last_row_id number
rows_read number
rows_written number
size_after number
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-d1-query-meta-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/d1_query-meta",
  "title": "d1_query-meta",
  "properties": {
    "changed_db": {
      "type": "boolean"
    },
    "changes": {
      "type": "number"
    },
    "duration": {
      "type": "number"
    },
    "last_row_id": {
      "type": "number"
    },
    "rows_read": {
      "type": "number"
    },
    "rows_written": {
      "type": "number"
    },
    "size_after": {
      "type": "number"
    }
  },
  "type": "object"
}