Airbyte Kotlin Bulk CDK
Toggle table of contents
0.1.92
jvm
Platform filter
jvm
Switch theme
Search in API
Airbyte Kotlin Bulk CDK
bulk-cdk-toolkit-load-dlq
/
io.airbyte.cdk.load.write.dlq
/
DlqLoader
/
Complete
Complete
data
class
Complete
(
val
rejectedRecords
:
List
<
DestinationRecordRaw
>
?
=
null
)
:
DlqLoader.DlqLoadResult
Members
Constructors
Complete
Link copied to clipboard
constructor
(
rejectedRecords
:
List
<
DestinationRecordRaw
>
?
=
null
)
Properties
rejected
Records
Link copied to clipboard
val
rejectedRecords
:
List
<
DestinationRecordRaw
>
?
=
null