Expand description
Protocol types needed for client operations
These types are used in the public API and must be imported for client usage:
ClientResult: Response type from read operationsReadConsistencyPolicy: Consistency guarantees for readsWriteCommand: Write operation specifications
Structs§
- Client
Result - Renamed from ClientGetResult
- Watch
Request - Request to watch for changes on a specific key
- Watch
Response - Response containing a watch event notification
- Write
Command - Write operation-specific command
Enums§
- Read
Consistency Policy - Read consistency policy for controlling read operation guarantees
- Watch
Event Type - Watch event type indicating the type of change that occurred