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-core-load
/
io.airbyte.cdk.load.message
/
DestinationFileStreamComplete
Destination
File
Stream
Complete
data
class
DestinationFileStreamComplete
(
val
stream
:
DestinationStream
,
val
emittedAtMs
:
Long
)
:
DestinationFileDomainMessage
Members
Constructors
Destination
File
Stream
Complete
Link copied to clipboard
constructor
(
stream
:
DestinationStream
,
emittedAtMs
:
Long
)
Properties
emitted
At
Ms
Link copied to clipboard
val
emittedAtMs
:
Long
stream
Link copied to clipboard
open
override
val
stream
:
DestinationStream
Functions
as
Protocol
Message
Link copied to clipboard
open
override
fun
asProtocolMessage
(
)
:
AirbyteMessage