← Back to packages

Package intrinsic_proto.kvstore

Message StorageLocation

Messages

message StorageLocation intrinsic/platform/pubsub/storage_location.proto

Represents a reference to an entry in a key-value store, which can be passed around e.g. between skills and services.

Field Type Description
1 store string

The store (or key_expr prefix in Zenoh terms) to be used.

2 key string

The key of the entry.