Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
type alias ObjectStoreStatus
import { type ObjectStoreStatus } from "https://deno.land/x/natsws@v1.29.0/src/mod.ts";
definition: { bucket: string; description: string; ttl: Nanos; storage: StorageType; replicas: number; sealed: boolean; size: number; backingStore: string; streamInfo: StreamInfo; metadata?: Record<string, string> | undefined; compression: boolean; }