ConfigFileManager Methods |
The ConfigFileManager type exposes the following members.
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | getConfigBool |
Return a config value as a bool
(Inherited from BaseConfigManager.) |
![]() | getConfigBoolByName | (Inherited from BaseConfigManager.) |
![]() | getConfigByName | (Inherited from BaseConfigManager.) |
![]() | getConfigInt | (Inherited from BaseConfigManager.) |
![]() | getConfigIntByName | (Inherited from BaseConfigManager.) |
![]() | getConfigObject |
Return a config value as an uncast object
(Inherited from BaseConfigManager.) |
![]() | getConfigString |
Return a config value as a string.
(Inherited from BaseConfigManager.) |
![]() | getConfigStringByName | (Inherited from BaseConfigManager.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | getMaxValue |
Returns maximum allowed value for given variable.
If there is no maximum allowed value, throws an InvalidInputException
As of FactSetOnDemand 3.2, the maximum allowed values are:
Timeout: 930
HTTPSRetries: MaxValue (Inherited from BaseConfigManager.) |
![]() | getMinValue |
Returns minimum allowed value for given variable.
If there is no minimum allowed value, throws an InvalidInputException.
As of FactSetOnDemand 3.0, the minimum allowed values are:
Timeout: 1
HTTPSRetries: 0
(Inherited from BaseConfigManager.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | R_getConfigBool | (Inherited from BaseConfigManager.) |
![]() | R_getConfigObject |
Return a config value as an uncast object.
Used by R. Not recommended for use outside of R.
(Inherited from BaseConfigManager.) |
![]() | R_setConfig |
Set a config option.
Used by R. Not recommended for use outside of R.
(Inherited from BaseConfigManager.) |
![]() | setConfig(ConfigOptions, Boolean) |
Set a config option
(Inherited from BaseConfigManager.) |
![]() | setConfig(ConfigOptions, Int32) |
Set a config option
(Inherited from BaseConfigManager.) |
![]() | setConfig(ConfigOptions, Object) |
Set a config option
(Inherited from BaseConfigManager.) |
![]() | setConfig(ConfigOptions, String) |
Set a config option
(Inherited from BaseConfigManager.) |
![]() | setConfigByName(String, Boolean) | (Inherited from BaseConfigManager.) |
![]() | setConfigByName(String, Int32) | (Inherited from BaseConfigManager.) |
![]() | setConfigByName(String, Object) | (Inherited from BaseConfigManager.) |
![]() | setConfigByName(String, String) | (Inherited from BaseConfigManager.) |
![]() | setPathToConfig | (Overrides BaseConfigManagersetPathToConfig(String).) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | VerifyAndFixDatabaseState | (Inherited from BaseConfigManager.) |