Lean  $LEAN_TAG$
QuantConnect.Api.PropertiesObjectStore Class Reference

Object Store file properties More...

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

Properties

DateTime Created [get, set]
 Date this object was created More...
 
string Md5 [get, set]
 MD5 (hashing algorithm) hash authentication code More...
 
string Preview [get, set]
 Preview of the Object Store file content More...
 
- Properties inherited from QuantConnect.Api.BasicObjectStore
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

Object Store file properties

Definition at line 88 of file ObjectStoreResponse.cs.

Property Documentation

◆ Created

DateTime QuantConnect.Api.PropertiesObjectStore.Created
getset

Date this object was created

Definition at line 94 of file ObjectStoreResponse.cs.

◆ Md5

string QuantConnect.Api.PropertiesObjectStore.Md5
getset

MD5 (hashing algorithm) hash authentication code

Definition at line 100 of file ObjectStoreResponse.cs.

◆ Preview

string QuantConnect.Api.PropertiesObjectStore.Preview
getset

Preview of the Object Store file content

Definition at line 106 of file ObjectStoreResponse.cs.


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