Lean  $LEAN_TAG$
QuantConnect.Api.ListObjectStoreResponse Class Reference

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

Inheritance diagram for QuantConnect.Api.ListObjectStoreResponse:
[legend]

Properties

string Path [get, set]
 Path to the files in the Object Store More...
 
List< SummaryObjectStoreObjects [get, set]
 List of objects stored More...
 
int ObjectStorageUsed [get, set]
 Size of all objects stored in bytes More...
 
string ObjectStorageUsedHuman [get, set]
 Size of all the objects stored in human-readable format More...
 
- Properties inherited from QuantConnect.Api.RestResponse
bool Success [get, set]
 Indicate if the API request was successful. More...
 
List< string > Errors [get, set]
 List of errors with the API call. More...
 

Additional Inherited Members

- Public Member Functions inherited from QuantConnect.Api.RestResponse
 RestResponse ()
 JSON Constructor More...
 

Detailed Description

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

Definition at line 112 of file ObjectStoreResponse.cs.

Property Documentation

◆ Path

string QuantConnect.Api.ListObjectStoreResponse.Path
getset

Path to the files in the Object Store

Definition at line 118 of file ObjectStoreResponse.cs.

◆ Objects

List<SummaryObjectStore> QuantConnect.Api.ListObjectStoreResponse.Objects
getset

List of objects stored

Definition at line 124 of file ObjectStoreResponse.cs.

◆ ObjectStorageUsed

int QuantConnect.Api.ListObjectStoreResponse.ObjectStorageUsed
getset

Size of all objects stored in bytes

Definition at line 130 of file ObjectStoreResponse.cs.

◆ ObjectStorageUsedHuman

string QuantConnect.Api.ListObjectStoreResponse.ObjectStorageUsedHuman
getset

Size of all the objects stored in human-readable format

Definition at line 136 of file ObjectStoreResponse.cs.


The documentation for this class was generated from the following file: