JobProgressReport

The progress report for the import job.

Types

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

Properties

Link copied to clipboard

The transaction rate the import job is processed at.

Link copied to clipboard

The number of files that failed to be read from the S3 input bucket due to customer error.

Link copied to clipboard

The number of files imported.

Link copied to clipboard

The number of resources imported.

Link copied to clipboard

The number of resources scanned from the S3 input bucket.

Link copied to clipboard

The number of resources that failed due to customer error.

Link copied to clipboard

The number of files scanned from the S3 input bucket.

Link copied to clipboard

The size (in MB) of files scanned from the S3 input bucket.

Functions

Link copied to clipboard
inline fun copy(block: JobProgressReport.Builder.() -> Unit = {}): JobProgressReport
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