DataSetImportSummary

Represents a summary of data set imports.

Types

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

Properties

Link copied to clipboard
val failed: Int

The number of data set imports that have failed.

Link copied to clipboard

The number of data set imports that are in progress.

Link copied to clipboard

The number of data set imports that are pending.

Link copied to clipboard

The number of data set imports that have succeeded.

Link copied to clipboard
val total: Int

The total number of data set imports.

Functions

Link copied to clipboard
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