Structs§
- A Stream of incoming requests for fuchsia.stash/GetIterator.
- KeyValue is used when a series of keys are being read, or the default state for the store is being set.
- ListItem is returned when a series of keys are being listed.
- A Stream of incoming requests for fuchsia.stash/ListIterator.
- A Stream of incoming requests for fuchsia.stash/SecureStore.
- A Stream of incoming requests for fuchsia.stash/Store2.
- A Stream of incoming requests for fuchsia.stash/StoreAccessor.
- A Stream of incoming requests for fuchsia.stash/Store.
Enums§
- The iterator returned when a series of keys are being read. Returns an empty vector when there are no more remaining KeyValues.
- The iterator returned when a series of keys are being listed. Returns an empty vector when there are no more remaining ListItems.
- Interface used to interact with a given client’s key/value store. The bytes type is disabled in this store.
- A copy of |Store| in all but name. Behaves identically to |Store|. See: https://fxbug.dev/42125700
- The interface returned when a new accessor is created.
- Interface used to interact with a given client’s key/value store
- Value holds a value for a given key.
- ValueType encodes a type for a field in the store
Constants§
- Strings over 12 kb will be tossed. This number is chosen arbitrarily, if you think it should be higher just ask.