@blob/read
Description
StoreSource code
Reads data and decodes it from a Blob store.
Options
resource
ResourceRef
The blob store resource to read.
key
string (Value expression)
The key to read.
codec
string
Codec is the name of the codec to use for decoding.
codecArgs
any[]
codecArgs are the arguments to pass to the decode function.
offset
string (Value expression)
length
string (Value expression)
bufferSize
u32