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.
Properties
Section titled “Properties”refId:
string
Defined in: namespaces-core-plugins.ts:49
Opaque blob reference id.
ownerPluginId?
Section titled “ownerPluginId?”
optionalownerPluginId?:string
Defined in: namespaces-core-plugins.ts:51
Owning plugin id (blob is read THROUGH the owner’s BlobStore).
optionalhash?:string
Defined in: namespaces-core-plugins.ts:53
Content hash, when known.
optionalsize?:number
Defined in: namespaces-core-plugins.ts:55
Byte size, when known.