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