Returns an object you can use for reading the data from the named stored object or null if the entry doesn't exist.
Returns the ObjectInfo of the named entry. Or null if the entry doesn't exist.
Adds a link to another object in the same store or a different one. Note that links of links are rejected. object.
Add a link to another object store
Returns a list of the entries in the ObjectStore
Adds an object to the store with the specified meta and using the specified ReadableStream to stream the data.
Optional
opts: ObjectStorePutOptsPuts the specified bytes into the store with the specified meta.
Optional
opts: ObjectStorePutOptsSeals the object store preventing any further modifications.
Returns the runtime status of the object store.
Optional
opts: Partial<StreamInfoRequestOptions>Update the metadata for an object. If the name is modified, the object is effectively renamed and will only be accessible by its new name.
Watch an object store and receive updates of modifications via an iterator.
Optional
opts: Partial<{ Generated using TypeDoc
Deletes the specified entry from the object store.