D1Meta
Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20251118.0/node_modules/@cloudflare/workers-types/index.ts:8587
Properties
Section titled “Properties”changed_db
Section titled “changed_db”changed_db:
boolean
Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20251118.0/node_modules/@cloudflare/workers-types/index.ts:8593
changes
Section titled “changes”changes:
number
Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20251118.0/node_modules/@cloudflare/workers-types/index.ts:8594
duration
Section titled “duration”duration:
number
Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20251118.0/node_modules/@cloudflare/workers-types/index.ts:8588
last_row_id
Section titled “last_row_id”last_row_id:
number
Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20251118.0/node_modules/@cloudflare/workers-types/index.ts:8592
rows_read
Section titled “rows_read”rows_read:
number
Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20251118.0/node_modules/@cloudflare/workers-types/index.ts:8590
rows_written
Section titled “rows_written”rows_written:
number
Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20251118.0/node_modules/@cloudflare/workers-types/index.ts:8591
served_by_primary?
Section titled “served_by_primary?”
optionalserved_by_primary:boolean
Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20251118.0/node_modules/@cloudflare/workers-types/index.ts:8602
True if-and-only-if the database instance that executed the query was the primary.
served_by_region?
Section titled “served_by_region?”
optionalserved_by_region:string
Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20251118.0/node_modules/@cloudflare/workers-types/index.ts:8598
The region of the database instance that executed the query.
size_after
Section titled “size_after”size_after:
number
Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20251118.0/node_modules/@cloudflare/workers-types/index.ts:8589
timings?
Section titled “timings?”
optionaltimings:object
Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20251118.0/node_modules/@cloudflare/workers-types/index.ts:8603
sql_duration_ms
Section titled “sql_duration_ms”sql_duration_ms:
number
The duration of the SQL query execution by the database instance. It doesn’t include any network time.
total_attempts?
Section titled “total_attempts?”
optionaltotal_attempts:number
Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20251118.0/node_modules/@cloudflare/workers-types/index.ts:8613
Number of total attempts to execute the query, due to automatic retries.
Note: All other fields in the response like timings only apply to the last attempt.