JobProgressReport

The progress report of an import job.

Types

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

Properties

Link copied to clipboard

The throughput (in MB/sec) of the import job.

Link copied to clipboard

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

Link copied to clipboard

The number of files imported so far.

Link copied to clipboard

The number of resources imported so far.

Link copied to clipboard

The number of resources scanned from the input S3 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 input S3 bucket.

Link copied to clipboard

The size (in MB) of the files scanned from the input S3 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