Lean  $LEAN_TAG$
All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
QuantConnect.Api.BasicObjectStore Class Reference

Class contining basic store properties present in the REST response from QC API More...

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

Properties

string Key [get, set]
 Object store key More...
 
DateTime? Modified [get, set]
 Last time it was modified More...
 
string Mime [get, set]
 MIME type More...
 
decimal? Size [get, set]
 File size More...
 

Detailed Description

Class contining basic store properties present in the REST response from QC API

Definition at line 43 of file ObjectStoreResponse.cs.

Property Documentation

◆ Key

string QuantConnect.Api.BasicObjectStore.Key
getset

Object store key

Definition at line 49 of file ObjectStoreResponse.cs.

◆ Modified

DateTime? QuantConnect.Api.BasicObjectStore.Modified
getset

Last time it was modified

Definition at line 55 of file ObjectStoreResponse.cs.

◆ Mime

string QuantConnect.Api.BasicObjectStore.Mime
getset

MIME type

Definition at line 61 of file ObjectStoreResponse.cs.

◆ Size

decimal? QuantConnect.Api.BasicObjectStore.Size
getset

File size

Definition at line 67 of file ObjectStoreResponse.cs.


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