Skip to main content
Version: Next

KeyValueStoreRawRecord

A raw, unparsed key-value store record as returned by KeyValueStore.getRecord: the verbatim bytes plus the content type, with parsing left to the caller.

Index

Properties

contentType

contentType: null | string

value

value: ArrayBuffer | Buffer<ArrayBufferLike>
Page Options