Lean  $LEAN_TAG$
QuantConnect.Storage.ObjectStore Member List

This is the complete list of members for QuantConnect.Storage.ObjectStore, including all inherited members.

Clear()QuantConnect.Storage.ObjectStore
ContainsKey(string path)QuantConnect.Storage.ObjectStore
Delete(string path)QuantConnect.Storage.ObjectStore
Dispose()QuantConnect.Storage.ObjectStore
ErrorRaisedQuantConnect.Storage.ObjectStore
GetEnumerator()QuantConnect.Storage.ObjectStore
GetFilePath(string path)QuantConnect.Storage.ObjectStore
Initialize(int userId, int projectId, string userToken, Controls controls)QuantConnect.Storage.ObjectStore
KeysQuantConnect.Storage.ObjectStore
ObjectStore(IObjectStore store)QuantConnect.Storage.ObjectStore
Read(string path, Encoding encoding=null)QuantConnect.Storage.ObjectStore
ReadBytes(string path)QuantConnect.Storage.ObjectStore
ReadJson< T >(string path, Encoding encoding=null, JsonSerializerSettings settings=null)QuantConnect.Storage.ObjectStore
ReadString(string path, Encoding encoding=null)QuantConnect.Storage.ObjectStore
ReadXml< T >(string path, Encoding encoding=null)QuantConnect.Storage.ObjectStore
Save(string path)QuantConnect.Storage.ObjectStore
Save(string path, string text, Encoding encoding=null)QuantConnect.Storage.ObjectStore
SaveBytes(string path, byte[] contents)QuantConnect.Storage.ObjectStore
SaveJson< T >(string path, T obj, Encoding encoding=null, JsonSerializerSettings settings=null)QuantConnect.Storage.ObjectStore
SaveString(string path, string text, Encoding encoding=null)QuantConnect.Storage.ObjectStore
SaveXml< T >(string path, T obj, Encoding encoding=null)QuantConnect.Storage.ObjectStore