Expand description
Protocol types needed for client operations
These types are used in the public API and must be imported for client usage:
KvEntry: Key-value pair returned by read operationsReadConsistencyPolicy: Consistency guarantees for readsWriteCommand: Write operation specifications
Structs§
- KvEntry
- A single key-value pair returned in a read response.
- Watch
Request - Request to watch for changes on a key or key prefix.
- Watch
Response - Response containing a watch event notification
- Write
Command - Write operation-specific command
Enums§
- Read
Consistency Policy - Policy for read operation consistency guarantees
- Watch
Event Type - Watch event type indicating the type of change that occurred