Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/keywork/kv/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@v5.0.3/kv/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.