Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Latest
interface ObjectInfo
implements ObjectStoreMeta
import { type ObjectInfo } from "https://deno.land/x/natsws@v1.28.0/src/mod.ts";

Properties

bucket: string

The name of the bucket where the object is stored.

nuid: string

The current ID of the entries holding the data for the object.

size: number

The size in bytes of the object.

chunks: number

The number of entries storing the object.

digest: string

A cryptographic checksum of the data as a whole.

deleted: boolean

True if the object was deleted.

mtime: string

An UTC timestamp

revision: number

The revision number for the entry