Cloudflare KV · Schema

Cursor Result Info

Key-Value StoreEdge ComputingCloudflare WorkersDistributed StorageGlobal DatabaseCacheConfiguration Management

Properties

Name Type Description
count number Total results returned based on your list parameters.
cursor object
View JSON Schema on GitHub

JSON Schema

workers-kv_cursor_result_info.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/cloudflare-kv/json-schema/workers-kv_cursor_result_info.json",
  "title": "Cursor Result Info",
  "properties": {
    "count": {
      "description": "Total results returned based on your list parameters.",
      "example": 1,
      "type": "number"
    },
    "cursor": {
      "$ref": "#/components/schemas/workers-kv_cursor"
    }
  },
  "type": "object"
}