|
ImportSettings Class
|
Settings for all types of imports.
Inheritance Hierarchy
Namespace: RCS.Carbon.SharedAssembly: RCS.Carbon.Shared (in RCS.Carbon.Shared.dll) Version: 9.1.14
Syntaxpublic class ImportSettings
The ImportSettings type exposes the following members.
Constructors | Name | Description |
---|
 | ImportSettings | Initializes a new instance of the ImportSettings class |
Top
Properties | Name | Description |
---|
 | Authorization |
Requested by Helix to allow basic authorisation against the bayesprice.helix.ml/secret/api/ service
|
 | Blends |
Blend defs eg BBE_*{BBE}[D-L].
|
 | FirstLineVars |
Used by TSV,CSV import.
|
 | KeepSource |
Keep source variables in blends.
|
 | Link |
Partial link variable.
|
 | Missing |
Missing numeric.
|
 | Overwrite |
Overwrite existing variables (audit off).
|
 | Query |
SQL full query.
|
 | SecondLineVarDesc |
Used by TSV,CSV import.
|
 | Secret |
Used by TSAPI, ALchemer import.
|
 | Source |
Delim,SAV,SSS file, SQL conn, TSAPI provider.
|
 | Spec |
Used by SSS import.
|
 | Splitter |
Splitter between multiresponse Delim, SQL.
|
 | SurveyId |
Used by TSAPI, ALchemer import.
|
 | Table |
SQL table name.
|
 | Token |
Used by TSAPI, ALchemer import.
|
 | Type |
Import type.
|
Top
See Also