Skip to content

The api.objects.Storage class

Generic Simvue storage retrieval class

Methods

__init__(...)

Initialise an instance of generic storage retriever.

Parameters
identifier str | None = None

get(...)

Parameters
count int | None = None
offset int | None = None

Yields

tuple[str, FileStorage | S3Storage]

identifier for a storage the storage itself as a class instance