ImportTaskDetails

Contains details about an import task.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The number of dictionary entries in the import task.

Link copied to clipboard

The number of errors encountered so far.

Link copied to clipboard

Details about the errors that have been encountered.

Link copied to clipboard

The percentage progress so far.

Link copied to clipboard

Time at which the import task started.

Link copied to clipboard

The number of statements in the import task.

Link copied to clipboard

Status of the import task.

Link copied to clipboard

Seconds elapsed since the import task started.

Functions

Link copied to clipboard
inline fun copy(block: ImportTaskDetails.Builder.() -> Unit = {}): ImportTaskDetails
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String