toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
timestreamwrite
/
aws.sdk.kotlin.services.timestreamwrite.model
/
BatchLoadProgressReport
Batch
Load
Progress
Report
class
BatchLoadProgressReport
Details about the progress of a batch load task.
Members
Types
Builder
Link copied to clipboard
class
Builder
Companion
Link copied to clipboard
object
Companion
Properties
bytes
Metered
Link copied to clipboard
val
bytesMetered
:
Long
file
Failures
Link copied to clipboard
val
fileFailures
:
Long
parse
Failures
Link copied to clipboard
val
parseFailures
:
Long
record
Ingestion
Failures
Link copied to clipboard
val
recordIngestionFailures
:
Long
records
Ingested
Link copied to clipboard
val
recordsIngested
:
Long
records
Processed
Link copied to clipboard
val
recordsProcessed
:
Long
Functions
copy
Link copied to clipboard
inline
fun
copy
(
block
:
BatchLoadProgressReport.Builder
.
(
)
->
Unit
=
{}
)
:
BatchLoadProgressReport
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String