mirror of https://github.com/dapr/docs.git
Fix API ref
This commit is contained in:
parent
047894bc34
commit
9ca443d648
|
@ -665,6 +665,6 @@ The state namespace created by Dapr for actors is composed of the following item
|
|||
- Key - A key for the specific state value. An actor ID can hold multiple state keys.
|
||||
|
||||
The following example shows how to construct a key for the state of an actor instance under the `myapp` App ID namespace:
|
||||
`myapp-cat-hobbit-food`
|
||||
`myapp||cat||hobbit||food`
|
||||
|
||||
In the example above, we are getting the value for the state key `food`, for the actor ID `hobbit` with an actor type of `cat`, under the App ID namespace of `myapp`.
|
||||
|
|
Loading…
Reference in New Issue