@blob/write
Description
StoreSource code
Encodes data and writes it to a Blob store.
Options
resource
ResourceRef
The blob store resource to write.
key
string (Value expression)
The key to write.
data
string (Data expression)
The data to write.
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.
delimiterString
string
delimiterBytes
bytes