Structs§
- Blob
Stream Out - Manages the streaming out of binary blob data, split into fixed-size chunks.
BlobStreamOut
keeps track of which chunks have been sent, the time they were sent, and controls resending based on elapsed time since the last send. - Blob
Stream OutEntry - Represents an individual chunk of the blob data being streamed out.
Each
BlobStreamOutEntry
holds metadata about a chunk, including: