Inclusive byte range for a streaming read, modelled on the HTTP Range header (bytes=Start-End). The range is inclusive on both ends, matching HTTP Range / Content-Range semantics.
Range
bytes=Start-End
Optional
Optional. The last byte offset to return (inclusive). When omitted, the stream runs from Start to the end of the object (EOF).
Start
The first byte offset to return (0-based, inclusive).
Inclusive byte range for a streaming read, modelled on the HTTP
Rangeheader (bytes=Start-End). The range is inclusive on both ends, matching HTTP Range / Content-Range semantics.