ConnectorMappingStructure interface
Connector mapping property structure.
Properties
column |
The column name of the import file. |
custom |
Custom format specifier for input parsing. |
is |
Indicates if the column is encrypted. |
property |
The property name of the mapping entity. |
Property Details
columnName
The column name of the import file.
columnName: string
Property Value
string
customFormatSpecifier
Custom format specifier for input parsing.
customFormatSpecifier?: string
Property Value
string
isEncrypted
Indicates if the column is encrypted.
isEncrypted?: boolean
Property Value
boolean
propertyName
The property name of the mapping entity.
propertyName: string
Property Value
string