Skip to main content

CollectionDocumentReferencesResponse

Overview

Usage

import { CollectionDocumentReferencesResponse } from 'keywork/collections/KeyworkCollection'

Type parameters

NameType
ExpectedTypeextends DeserializationTypes

Hierarchy

Properties

cursor

optional cursor: `string`

Inherited from

KVNamespaceListResult.cursor

Defined in

collections/KeyworkCollection/common.ts:43

documents

documents: [`KeyworkDocumentReference<`ExpectedType`>`](../classes/KeyworkDocumentReference.mdx)[]

Defined in

collections/KeyworkCollection/common.ts:48

keys

keys: [`KVNamespaceListKey<unknown>`](KVNamespaceListKey.mdx)[]

Inherited from

KVNamespaceListResult.keys

Defined in

collections/KeyworkCollection/common.ts:41

list_complete

list_complete: `boolean`

Inherited from

KVNamespaceListResult.list_complete

Defined in

collections/KeyworkCollection/common.ts:42