Lean  $LEAN_TAG$
QuantConnect.Api.SummaryObjectStore Class Reference

Summary information of the Object Store More...

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

Properties

string Name [get, set]
 File or folder name More...
 
bool IsFolder [get, set]
 True if it is a folder, false otherwise 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

Summary information of the Object Store

Definition at line 70 of file ObjectStoreResponse.cs.

Property Documentation

◆ Name

string QuantConnect.Api.SummaryObjectStore.Name
getset

File or folder name

Definition at line 76 of file ObjectStoreResponse.cs.

◆ IsFolder

bool QuantConnect.Api.SummaryObjectStore.IsFolder
getset

True if it is a folder, false otherwise

Definition at line 82 of file ObjectStoreResponse.cs.


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