Lean  $LEAN_TAG$
QuantConnect.Api.GetObjectStoreResponse Class Reference

Response received when fetching Object Store More...

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

Properties

string JobId [get, set]
 Job ID which can be used for querying state or packaging More...
 
string Url [get, set]
 The URL to download the object. This can also be null 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 when fetching Object Store

Definition at line 25 of file ObjectStoreResponse.cs.

Property Documentation

◆ JobId

string QuantConnect.Api.GetObjectStoreResponse.JobId
getset

Job ID which can be used for querying state or packaging

Definition at line 31 of file ObjectStoreResponse.cs.

◆ Url

string QuantConnect.Api.GetObjectStoreResponse.Url
getset

The URL to download the object. This can also be null

Definition at line 37 of file ObjectStoreResponse.cs.


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