DurableObjectStorage
Defined in: .pnpm-home/store/v11/links/@cloudflare/workers-types/4.20251118.0/2891147a4db443bf13ca098dcb7381fb6bac5793758b7fd187ebaf5bc0deb969/node_modules/@cloudflare/workers-types/index.ts:653
Properties
Section titled “Properties”kv:
SyncKvStorage
Defined in: .pnpm-home/store/v11/links/@cloudflare/workers-types/4.20251118.0/2891147a4db443bf13ca098dcb7381fb6bac5793758b7fd187ebaf5bc0deb969/node_modules/@cloudflare/workers-types/index.ts:688
sql:
SqlStorage
Defined in: .pnpm-home/store/v11/links/@cloudflare/workers-types/4.20251118.0/2891147a4db443bf13ca098dcb7381fb6bac5793758b7fd187ebaf5bc0deb969/node_modules/@cloudflare/workers-types/index.ts:687
Methods
Section titled “Methods”delete()
Section titled “delete()”Call Signature
Section titled “Call Signature”delete(
key,options?):Promise<boolean>
Defined in: .pnpm-home/store/v11/links/@cloudflare/workers-types/4.20251118.0/2891147a4db443bf13ca098dcb7381fb6bac5793758b7fd187ebaf5bc0deb969/node_modules/@cloudflare/workers-types/index.ts:674
Parameters
Section titled “Parameters”string
options?
Section titled “options?”Returns
Section titled “Returns”Promise<boolean>
Call Signature
Section titled “Call Signature”delete(
keys,options?):Promise<number>
Defined in: .pnpm-home/store/v11/links/@cloudflare/workers-types/4.20251118.0/2891147a4db443bf13ca098dcb7381fb6bac5793758b7fd187ebaf5bc0deb969/node_modules/@cloudflare/workers-types/index.ts:675
Parameters
Section titled “Parameters”string[]
options?
Section titled “options?”Returns
Section titled “Returns”Promise<number>
deleteAlarm()
Section titled “deleteAlarm()”deleteAlarm(
options?):Promise<void>
Defined in: .pnpm-home/store/v11/links/@cloudflare/workers-types/4.20251118.0/2891147a4db443bf13ca098dcb7381fb6bac5793758b7fd187ebaf5bc0deb969/node_modules/@cloudflare/workers-types/index.ts:685
Parameters
Section titled “Parameters”options?
Section titled “options?”Returns
Section titled “Returns”Promise<void>
deleteAll()
Section titled “deleteAll()”deleteAll(
options?):Promise<void>
Defined in: .pnpm-home/store/v11/links/@cloudflare/workers-types/4.20251118.0/2891147a4db443bf13ca098dcb7381fb6bac5793758b7fd187ebaf5bc0deb969/node_modules/@cloudflare/workers-types/index.ts:676
Parameters
Section titled “Parameters”options?
Section titled “options?”Returns
Section titled “Returns”Promise<void>
Call Signature
Section titled “Call Signature”get<
T>(key,options?):Promise<undefined|T>
Defined in: .pnpm-home/store/v11/links/@cloudflare/workers-types/4.20251118.0/2891147a4db443bf13ca098dcb7381fb6bac5793758b7fd187ebaf5bc0deb969/node_modules/@cloudflare/workers-types/index.ts:654
Type Parameters
Section titled “Type Parameters”T = unknown
Parameters
Section titled “Parameters”string
options?
Section titled “options?”Returns
Section titled “Returns”Promise<undefined | T>
Call Signature
Section titled “Call Signature”get<
T>(keys,options?):Promise<Map<string,T>>
Defined in: .pnpm-home/store/v11/links/@cloudflare/workers-types/4.20251118.0/2891147a4db443bf13ca098dcb7381fb6bac5793758b7fd187ebaf5bc0deb969/node_modules/@cloudflare/workers-types/index.ts:658
Type Parameters
Section titled “Type Parameters”T = unknown
Parameters
Section titled “Parameters”string[]
options?
Section titled “options?”Returns
Section titled “Returns”Promise<Map<string, T>>
getAlarm()
Section titled “getAlarm()”getAlarm(
options?):Promise<null|number>
Defined in: .pnpm-home/store/v11/links/@cloudflare/workers-types/4.20251118.0/2891147a4db443bf13ca098dcb7381fb6bac5793758b7fd187ebaf5bc0deb969/node_modules/@cloudflare/workers-types/index.ts:680
Parameters
Section titled “Parameters”options?
Section titled “options?”Returns
Section titled “Returns”Promise<null | number>
getBookmarkForTime()
Section titled “getBookmarkForTime()”getBookmarkForTime(
timestamp):Promise<string>
Defined in: .pnpm-home/store/v11/links/@cloudflare/workers-types/4.20251118.0/2891147a4db443bf13ca098dcb7381fb6bac5793758b7fd187ebaf5bc0deb969/node_modules/@cloudflare/workers-types/index.ts:691
Parameters
Section titled “Parameters”timestamp
Section titled “timestamp”number | Date
Returns
Section titled “Returns”Promise<string>
getCurrentBookmark()
Section titled “getCurrentBookmark()”getCurrentBookmark():
Promise<string>
Defined in: .pnpm-home/store/v11/links/@cloudflare/workers-types/4.20251118.0/2891147a4db443bf13ca098dcb7381fb6bac5793758b7fd187ebaf5bc0deb969/node_modules/@cloudflare/workers-types/index.ts:690
Returns
Section titled “Returns”Promise<string>
list()
Section titled “list()”list<
T>(options?):Promise<Map<string,T>>
Defined in: .pnpm-home/store/v11/links/@cloudflare/workers-types/4.20251118.0/2891147a4db443bf13ca098dcb7381fb6bac5793758b7fd187ebaf5bc0deb969/node_modules/@cloudflare/workers-types/index.ts:662
Type Parameters
Section titled “Type Parameters”T = unknown
Parameters
Section titled “Parameters”options?
Section titled “options?”Returns
Section titled “Returns”Promise<Map<string, T>>
onNextSessionRestoreBookmark()
Section titled “onNextSessionRestoreBookmark()”onNextSessionRestoreBookmark(
bookmark):Promise<string>
Defined in: .pnpm-home/store/v11/links/@cloudflare/workers-types/4.20251118.0/2891147a4db443bf13ca098dcb7381fb6bac5793758b7fd187ebaf5bc0deb969/node_modules/@cloudflare/workers-types/index.ts:692
Parameters
Section titled “Parameters”bookmark
Section titled “bookmark”string
Returns
Section titled “Returns”Promise<string>
Call Signature
Section titled “Call Signature”put<
T>(key,value,options?):Promise<void>
Defined in: .pnpm-home/store/v11/links/@cloudflare/workers-types/4.20251118.0/2891147a4db443bf13ca098dcb7381fb6bac5793758b7fd187ebaf5bc0deb969/node_modules/@cloudflare/workers-types/index.ts:665
Type Parameters
Section titled “Type Parameters”T
Parameters
Section titled “Parameters”string
T
options?
Section titled “options?”Returns
Section titled “Returns”Promise<void>
Call Signature
Section titled “Call Signature”put<
T>(entries,options?):Promise<void>
Defined in: .pnpm-home/store/v11/links/@cloudflare/workers-types/4.20251118.0/2891147a4db443bf13ca098dcb7381fb6bac5793758b7fd187ebaf5bc0deb969/node_modules/@cloudflare/workers-types/index.ts:670
Type Parameters
Section titled “Type Parameters”T
Parameters
Section titled “Parameters”entries
Section titled “entries”Record<string, T>
options?
Section titled “options?”Returns
Section titled “Returns”Promise<void>
setAlarm()
Section titled “setAlarm()”setAlarm(
scheduledTime,options?):Promise<void>
Defined in: .pnpm-home/store/v11/links/@cloudflare/workers-types/4.20251118.0/2891147a4db443bf13ca098dcb7381fb6bac5793758b7fd187ebaf5bc0deb969/node_modules/@cloudflare/workers-types/index.ts:681
Parameters
Section titled “Parameters”scheduledTime
Section titled “scheduledTime”number | Date
options?
Section titled “options?”Returns
Section titled “Returns”Promise<void>
sync()
Section titled “sync()”sync():
Promise<void>
Defined in: .pnpm-home/store/v11/links/@cloudflare/workers-types/4.20251118.0/2891147a4db443bf13ca098dcb7381fb6bac5793758b7fd187ebaf5bc0deb969/node_modules/@cloudflare/workers-types/index.ts:686
Returns
Section titled “Returns”Promise<void>
transaction()
Section titled “transaction()”transaction<
T>(closure):Promise<T>
Defined in: .pnpm-home/store/v11/links/@cloudflare/workers-types/4.20251118.0/2891147a4db443bf13ca098dcb7381fb6bac5793758b7fd187ebaf5bc0deb969/node_modules/@cloudflare/workers-types/index.ts:677
Type Parameters
Section titled “Type Parameters”T
Parameters
Section titled “Parameters”closure
Section titled “closure”(txn) => Promise<T>
Returns
Section titled “Returns”Promise<T>
transactionSync()
Section titled “transactionSync()”transactionSync<
T>(closure):T
Defined in: .pnpm-home/store/v11/links/@cloudflare/workers-types/4.20251118.0/2891147a4db443bf13ca098dcb7381fb6bac5793758b7fd187ebaf5bc0deb969/node_modules/@cloudflare/workers-types/index.ts:689
Type Parameters
Section titled “Type Parameters”T
Parameters
Section titled “Parameters”closure
Section titled “closure”() => T
Returns
Section titled “Returns”T