Expand description

Fetching batches of data from persist’s backing store

Structs

  • Capable of fetching LeasedBatchPart while not holding any capabilities.
  • A Blob object that has been fetched, but not at all decoded.
  • A Blob object that has been fetched, but not yet fully decoded.
  • A token representing one fetch-able batch part.
  • This represents the serde encoding for LeasedBatchPart. We expose the struct itself (unlike other encodable structs) to attempt to provide stricter drop semantics on LeasedBatchPart, i.e. SerdeLeasedBatchPart is exchangeable (including over the network), where LeasedBatchPart is not.