Lean  $LEAN_TAG$
QuantConnect.Api.BasicObjectStore Class Reference
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

Definition at line 40 of file ObjectStoreResponse.cs.

Property Documentation

◆ Key

string QuantConnect.Api.BasicObjectStore.Key
getset

Object store key

Definition at line 46 of file ObjectStoreResponse.cs.

◆ Modified

DateTime? QuantConnect.Api.BasicObjectStore.Modified
getset

Last time it was modified

Definition at line 52 of file ObjectStoreResponse.cs.

◆ Mime

string QuantConnect.Api.BasicObjectStore.Mime
getset

MIME type

Definition at line 58 of file ObjectStoreResponse.cs.

◆ Size

decimal? QuantConnect.Api.BasicObjectStore.Size
getset

File size

Definition at line 64 of file ObjectStoreResponse.cs.


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