Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/kv_toolbox/blob_util.ts>BLOB_KEY

Utilities for working with Deno KV 🦕🗝️
Latest
variable BLOB_KEY
import { BLOB_KEY } from "https://deno.land/x/kv_toolbox@0.19.1/blob_util.ts";

When there are parts of a blob, this key will be set as a sub-key of the blob blob entry, which will have additional sub-keys with the parts of the blob stored as Uint8Array with a key of an incrementing number.

type

"__kv_toolbox_blob__"