FileImportProperties interface
Describes the FileImport's properties
Properties
| content |
The content type of this file. |
| created |
The time the file was imported. |
| error |
Represents the error file (if the import was ingested with errors or failed the validation). |
| errors |
An ordered list of some of the errors that were encountered during validation. |
| files |
The time the files associated with this import are deleted from the storage account. |
| import |
Represents the imported file. |
| import |
The time the file import record is soft deleted from the database and history. |
| ingested |
The number of records that have been successfully ingested. |
| ingestion |
Describes how to ingest the records in the file. |
| source | The source for the data in the file. |
| state | The state of the file import. |
| total |
The number of records in the file. |
| valid |
The number of records that have passed validation. |
Property Details
contentType
The content type of this file.
contentType: string
Property Value
string
createdTimeUTC
The time the file was imported.
createdTimeUTC?: Date
Property Value
Date
errorFile
Represents the error file (if the import was ingested with errors or failed the validation).
errorFile?: FileMetadata
Property Value
errorsPreview
An ordered list of some of the errors that were encountered during validation.
errorsPreview?: ValidationError[]
Property Value
filesValidUntilTimeUTC
The time the files associated with this import are deleted from the storage account.
filesValidUntilTimeUTC?: Date
Property Value
Date
importFile
importValidUntilTimeUTC
The time the file import record is soft deleted from the database and history.
importValidUntilTimeUTC?: Date
Property Value
Date
ingestedRecordCount
The number of records that have been successfully ingested.
ingestedRecordCount?: number
Property Value
number
ingestionMode
Describes how to ingest the records in the file.
ingestionMode: string
Property Value
string
source
The source for the data in the file.
source: string
Property Value
string
state
The state of the file import.
state?: string
Property Value
string
totalRecordCount
The number of records in the file.
totalRecordCount?: number
Property Value
number
validRecordCount
The number of records that have passed validation.
validRecordCount?: number
Property Value
number