Skip to content

ListObjectStoreResponse

QuantConnect.Api.ListObjectStoreResponse

ListObjectStoreResponse()

Bases: RestResponse

Response received containing a list of stored objects metadata, as well as the total size of all of them.

JSON Constructor

path

path: str

Path to the files in the Object Store

objects

objects: List[SummaryObjectStore]

List of objects stored

object_storage_used

object_storage_used: int

Size of all objects stored in bytes

object_storage_used_human

object_storage_used_human: str

Size of all the objects stored in human-readable format

success

success: bool

Indicate if the API request was successful.

errors

errors: List[str]

List of errors with the API call.

to_string

to_string() -> str

Returns the string representation of this object