Skip to content

BlobRef

Defined in: namespaces-core-plugins.ts:47

Reference to a blob held by a plugin-scoped BlobStore (fn-91 pattern). Payloads above the owner store’s inline threshold live in sidecar files.

refId: string

Defined in: namespaces-core-plugins.ts:49

Opaque blob reference id.


optional ownerPluginId?: string

Defined in: namespaces-core-plugins.ts:51

Owning plugin id (blob is read THROUGH the owner’s BlobStore).


optional hash?: string

Defined in: namespaces-core-plugins.ts:53

Content hash, when known.


optional size?: number

Defined in: namespaces-core-plugins.ts:55

Byte size, when known.