Skip to main content
Module

x/keywork/collections/mod.ts>KeyworkDocumentMetadata

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

Metadata associated with a specific KeyworkDocument

Properties

id: string

The document's ULID identifier within its collection.

absoluteDocPath: string

Full path to document.

relativeDocPath: string

Relative path to document from parent collection.

createdAt: string
updatedAt: string

Defaults to text String

etag: string | null

An optional ETag of the value associated with this document.