CreateKeyworkDocumentMetadataOptions
Overview
Usage
- Node
- Deno
import { CreateKeyworkDocumentMetadataOptions } from 'keywork/collections'
import { CreateKeyworkDocumentMetadataOptions } from 'https://deno.land/x/keywork/collections'
Properties
absoluteDocPath
absoluteDocPath: `string`
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
A POSIX-style, absolute path to a document.