CollectionDocumentReferencesResponse
Overview
Usage
- Node
- Deno
import { CollectionDocumentReferencesResponse } from 'keywork/collections/KeyworkCollection'
import { CollectionDocumentReferencesResponse } from 'https://deno.land/x/keywork/collections/KeyworkCollection'
Type parameters
Name | Type |
---|---|
ExpectedType | extends DeserializationTypes |
Hierarchy
KVNamespaceListResult<unknown>
↳
CollectionDocumentReferencesResponse
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