aistore.sdk.obj.content_iterator.sequential
aistore.sdk.obj.content_iterator.sequential
Module Contents
Classes
API
Bases: BaseContentIterProvider
Provide an iterator to open an HTTP response stream and read chunks of object content.
Parameters:
client
Client for accessing contents of an individual object.
chunk_size
Size of each chunk of data yielded from the response stream.
Create an iterator over the object content, applying an optional offset.
Parameters:
offset
The offset in bytes to apply. If not provided, no offset is applied.
Read all object content in a single non-streamed request.