Home > @i2analyze/i2connect > settings > IGetSettingConfig
settings.IGetSettingConfig type
Warning: This API is now obsolete.
Version 2.1 of the API introduces an updated configuration mechanism. This interface will be removed in the next major version of the API.
A set of information that specifies a connector setting.
Signature:
type IGetSettingConfig = IGetSettingPathAndEnvVarConfig | IGetSettingEnvVarConfig | IGetSettingPathConfig;
References: IGetSettingPathAndEnvVarConfig, IGetSettingEnvVarConfig, IGetSettingPathConfig
Introduced: API version 2.0
Remarks
These can be an IGetSettingPathConfig
, an IGetSettingEnvVarConfig
, or an IGetSettingPathAndEnvVarConfig
.