Expand description
Provisional read-only backend ports and revision-bound content read values.
These traits intentionally cover Phase 1 metadata, enumeration, change discovery, and content
reads. Resumable content mutation uses the separate upload port and durable journal model. The
async dispatch shape remains provisional until synthetic and platform PoCs exercise hot paths.
Structs§
- Byte
Range - Non-empty half-open byte range
[offset, end_exclusive). - Content
Read Request - Revision-bound content read request.
- Content
Read Response - Owned content bytes returned for one exact revision and logical offset.
Enums§
- Content
Read Range - Requested content extent.
Traits§
- Cloud
Content Backend - Product-owned revision-bound content adapter.
- Cloud
Files Backend - Complete provisional read-only backend contract used by Phase 1 executable models.
- Cloud
Metadata Backend - Product-owned metadata, enumeration, and change-discovery adapter.