Skip to main content
Module

x/keywork/collections/KeyworkDocumentMetadata.ts>CreateKeyworkDocumentMetadataOptions

A library for building V8 Isolate web apps on Cloudflare Workers, Deno, and Node.JS
Go to Latest
interface CreateKeyworkDocumentMetadataOptions
import { type CreateKeyworkDocumentMetadataOptions } from "https://deno.land/x/keywork@v6.0.1/collections/KeyworkDocumentMetadata.ts";

Properties

absoluteDocPath: string

A POSIX-style, absolute path to a document.

relativeDocPath: string

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

createdAt: Date

Determines the ULID seed.

optional
deserializeAs: DeserializationTransformers

Defaults to text String

optional
etag: string | null

An optional ETag of the value associated with this document.