Skip to main content

CreateKeyworkDocumentMetadataOptions

Overview

Usage

import { CreateKeyworkDocumentMetadataOptions } from 'keywork/collections'

Properties

absoluteDocPath

absoluteDocPath: `string`

A POSIX-style, absolute path to a document.

Defined in

collections/KeyworkDocumentMetadata.ts:22

createdAt

createdAt: `Date`

Determines the ULID seed.

Defined in

collections/KeyworkDocumentMetadata.ts:28

deserializeAs

optional deserializeAs: [`DeserializationTransformers`](../types/DeserializationTransformers.mdx)

Defaults to text String

Defined in

collections/KeyworkDocumentMetadata.ts:31

etag

optional etag: `null` | `string`

An optional ETag of the value associated with this document.

See

Defined in

collections/KeyworkDocumentMetadata.ts:38

relativeDocPath

relativeDocPath: `string`

A POSIX-style, relative path to a document from a collection.

Defined in

collections/KeyworkDocumentMetadata.ts:25