Interface ImportModel

The model for an import operation.

Export

ImportModel

Hierarchy

  • ImportModel

Properties

createdAt?: Date

The start time of the import operation.

Memberof

ImportModel

error?: string

The error message if the import process failed.

Memberof

ImportModel

finishedAt?: Date

The end time of the import operation.

Memberof

ImportModel

id?: string

Unique identifier for the import operation.

Memberof

ImportModel

percentComplete?: number

The progress made by the operation, as a percentage.

Memberof

ImportModel

recordsImported?: number

The number of records successfully imported.

Memberof

ImportModel

status?: ImportModelStatusEnum

The status of the operation.

Memberof

ImportModel

uri?: string

The URI from where the data is imported.

Memberof

ImportModel