Skip to main content

Interface: BlobMeta

Defined in: contract.ts:58

@rasd/storage — the public entry point.

This package owns three things and nothing else: the frozen StorageAdapter contract, a reference implementation of it, and the suite that proves any other implementation matches. It deliberately has no dependency on @rasd/license — that is what makes export() available in every licence state a property of the module graph rather than a promise (docs/09 §10).

Properties

bytes

bytes: number;

Defined in: contract.ts:61


field

field: string;

Defined in: contract.ts:59


mime

mime: string;

Defined in: contract.ts:60


sha256

sha256: string;

Defined in: contract.ts:62


status?

optional status?: AttachmentStatus;

Defined in: contract.ts:64


submissionId

submissionId: string;

Defined in: contract.ts:63