Skip to main content

@blob/read

Description

StoreSource code

Reads data and decodes it from a Blob store.

Options

resource

resource *ResourceRef

The blob store resource to read.

key

key *string (Value expression)

The key to read.

codec

codec *string

Codec is the name of the codec to use for decoding.

codecArgs

codecArgsany[]

codecArgs are the arguments to pass to the decode function.

offset

offsetstring (Value expression)

length

lengthstring (Value expression)

bufferSize

bufferSize *u32