ConnectorMappingProperties interface
The connector mapping properties.
Properties
availability | The availability of mapping property. |
complete |
The operation after import is done. |
error |
The error management setting for the mapping. |
file |
The file filter for the mapping. |
folder |
The folder path for the mapping. |
format | The format of mapping property. |
has |
If the file contains a header or not. |
structure | Ingestion mapping information at property level. |
Property Details
availability
The availability of mapping property.
availability: ConnectorMappingAvailability
Property Value
completeOperation
The operation after import is done.
completeOperation: ConnectorMappingCompleteOperation
Property Value
errorManagement
The error management setting for the mapping.
errorManagement: ConnectorMappingErrorManagement
Property Value
fileFilter
The file filter for the mapping.
fileFilter?: string
Property Value
string
folderPath
The folder path for the mapping.
folderPath?: string
Property Value
string
format
The format of mapping property.
format: ConnectorMappingFormat
Property Value
hasHeader
If the file contains a header or not.
hasHeader?: boolean
Property Value
boolean
structure
Ingestion mapping information at property level.
structure: ConnectorMappingStructure[]