@blob/write
Description
StoreSource code
Encodes data and writes it to a Blob store.
Options
resource
ResourceRefThe blob store resource to write.
key
string (Value expression)The key to write.
data
string (Data expression)The data to write.
codec
stringCodec is the name of the codec to use for decoding.
codecArgs
any[]codecArgs are the arguments to pass to the decode function.
delimiterString
stringdelimiterBytes
bytes