Skip to main content
Module

x/kv_toolbox/blob_util.ts>BLOB_KEY

Utilities for working with Deno KV 🦕🗝️
Go to Latest
variable BLOB_KEY
import { BLOB_KEY } from "https://deno.land/x/kv_toolbox@0.17.0/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__"