@dapr/get_state
Description
DatabaseSource code
TODO
Options
resource
ResourceRefThe name of the Dapr client resource.
store
stringName of state store to invoke.
key
string (Value expression)The key to get.
codec
CodecRefThe configured codec to use for decoding the state.
codecArgs
any[]The arguments for the codec, if any.
notFoundError
stringThe error to return if the key is not found.
concurrency
ConcurrencyThe desired concurrency level
consistency
ConsistencyThe desired consistency level
enum Concurrency
undefined
Undefined value for state concurrency
firstWrite
First write concurrency value
lastWrite
Last write concurrency value