Interface DenoKVMapGetOptions

Get options for a DenoKVMap

interface DenoKVMapGetOptions {
    consistency?: KvConsistencyLevel;
    signal?: AbortSignal;
}

Hierarchy

Properties

consistency?: KvConsistencyLevel

Consistency level for get operations.

signal?: AbortSignal

An optional AbortSignal that can be used to abort an async task.

Generated using TypeDoc