Lean
$LEAN_TAG$
|
Response received containing a list of stored objects metadata, as well as the total size of all of them. More...
Properties | |
string | Path [get, set] |
Path to the files in the Object Store More... | |
List< SummaryObjectStore > | Objects [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... | |
Public Member Functions inherited from QuantConnect.Api.StringRepresentation | |
override string | ToString () |
Returns the string representation of this object More... | |
Response received containing a list of stored objects metadata, as well as the total size of all of them.
Definition at line 115 of file ObjectStoreResponse.cs.
|
getset |
Path to the files in the Object Store
Definition at line 121 of file ObjectStoreResponse.cs.
|
getset |
List of objects stored
Definition at line 127 of file ObjectStoreResponse.cs.
|
getset |
Size of all objects stored in bytes
Definition at line 133 of file ObjectStoreResponse.cs.
|
getset |
Size of all the objects stored in human-readable format
Definition at line 139 of file ObjectStoreResponse.cs.