ExperimentalReadonly ExperimentalauthorizationThe caller's current authorization-scope partition input. Its digest must equal the region's, so a scope change can never serve another principal's cached bytes.
Optional Readonly ExperimentalboundsExtent the caller is asking about. Must equal the region's own extent.
Optional Readonly ExperimentalexpectVersions the caller expects. A drift fails closed instead of serving stale schema.
Optional ReadonlynowOptional Readonly ExperimentalqueryProtocol-neutral query intent. Omitted means the snapshot's own selection.
Optional Readonly ExperimentalselectorDiscriminator when a selection stores several feature batches.
Optional Readonly ExperimentalsignalOptional Readonly ExperimentalstaleReadonly Experimentalstore
Answering a protocol-neutral
Queryfrom a persisted region.The read path is deliberately narrow. It replays the snapshot a selection captured and refines only the pagination window, because that is the one refinement a stored batch can honour exactly. Everything else fails closed: a construct the region cannot answer raises
HonuaCapabilityNotSupportedError, and a selection the region does not cover raises a typed cache miss. Nothing here reaches the network, revalidates, or widens a query, and no result is ever presented as live.