FileImportProperties interface

Describes the FileImport's properties

Properties

contentType

The content type of this file.

createdTimeUTC

The time the file was imported.

errorFile

Represents the error file (if the import was ingested with errors or failed the validation).

errorsPreview

An ordered list of some of the errors that were encountered during validation.

filesValidUntilTimeUTC

The time the files associated with this import are deleted from the storage account.

importFile

Represents the imported file.

importValidUntilTimeUTC

The time the file import record is soft deleted from the database and history.

ingestedRecordCount

The number of records that have been successfully ingested.

ingestionMode

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.

totalRecordCount

The number of records in the file.

validRecordCount

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

Represents the imported file.

importFile: FileMetadata

Property Value

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