Class ModelLibraryConfig
Represents the configuration for a model library. Used to configure ModelLibraryBase<A, T, U, V> and derived classes
public class ModelLibraryConfig
- Inheritance
-
ModelLibraryConfig
- Inherited Members
Properties
FilesDirectory
Local directory that contains the downloaded files
public string FilesDirectory { get; set; }
Property Value
FilesTable
Table containing the state of the downloaded files (last time updated)
public string FilesTable { get; set; }
Property Value
LibraryId
Id of the library object
public string LibraryId { get; set; }
Property Value
LibraryTable
Table containing the state of the library itself (extracted range)
public string LibraryTable { get; set; }
Property Value
LibraryUpdateInterval
Interval for fetching new data from CDF and updating the library
public int LibraryUpdateInterval { get; set; }