Expand description
Versioned wire types shared by the remote client and reference server.
Structs§
- Delete
Request - Request to compare-and-swap delete a memory.
- Error
Response - Error response returned for a failed protocol operation.
- Export
Cursor - Exclusive position in deterministic
(namespace, id)export order. - Export
Request - Request for one deterministic snapshot export page.
- Export
Response - One deterministic snapshot export page.
- List
Response - Response containing a bounded deterministic window of visible records.
- PutRequest
- Request to insert or compare-and-swap replace a memory.
- PutResponse
- Response to
PutRequest. - Read
Request - Request to read unversioned IDs and versioned keys.
- Read
Response - Response containing requested current records.
- Scan
Request - Request for semantic retrieval.
- Scan
Response - Response to
ScanRequest. - Session
Response - Session negotiation result.
- Sync
Report - Counts produced by applying an authoritative namespace snapshot.
- Sync
Request - Authoritative full snapshot for one authenticated namespace.
Enums§
- Remote
Error Code - Stable machine-readable remote failure category.
- Remote
Role - Authorization role returned by session negotiation.
Constants§
- BOOKMARK_
HEADER - Header carrying an opaque server-issued bookmark between requests.
- DELETE_
PATH - Compare-and-swap deletion route.
- EXPORT_
PATH - Paginated server snapshot export route.
- LIST_
PATH - Visible-record listing route.
- MAX_
BOOKMARK_ BYTES - Maximum UTF-8 bytes accepted in a bookmark.
- MAX_
EXPORT_ PAGE_ RECORDS - Maximum records returned by one export page.
- MAX_
NAMESPACE_ BYTES - Maximum UTF-8 bytes accepted in a namespace.
- NAMESPACE_
HEADER - Header carrying the authenticated namespace on every request.
- PUT_
PATH - Direct mutation route.
- READ_
PATH - Record-read route.
- SCAN_
PATH - Semantic scan route.
- SESSION_
PATH - Session-negotiation route.
- SYNC_
PATH - Authoritative namespace snapshot route.
Functions§
- is_
valid_ bookmark - Returns whether an opaque bookmark is non-empty and bounded.
- is_
valid_ namespace - Returns whether a namespace is non-empty, bounded, and URL/header safe.