property DurableObjectLockOptions.keyPrefix

Prefix applied to every lock key before deriving the object name.

Namespaces this application's locks so a shared Durable Object namespace does not collide with another application's key of the same name.

Type

string

Usage

import { type DurableObjectLockOptions } from "cloudflare-plugin/src/index.ts";