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
/
DestinationRecordProtobufSource
Destination
Record
Protobuf
Source
@
JvmInline
value
class
DestinationRecordProtobufSource
(
val
source
:
AirbyteMessage.AirbyteMessageProtobuf
)
:
DestinationRecordSource
Members
Constructors
Destination
Record
Protobuf
Source
Link copied to clipboard
constructor
(
source
:
AirbyteMessage.AirbyteMessageProtobuf
)
Properties
emitted
At
Ms
Link copied to clipboard
open
override
val
emittedAtMs
:
Long
file
Reference
Link copied to clipboard
open
override
val
fileReference
:
FileReference
?
source
Link copied to clipboard
val
source
:
AirbyteMessage.AirbyteMessageProtobuf
source
Meta
Link copied to clipboard
open
override
val
sourceMeta
:
Meta
Functions
as
Airbyte
Value
Proxy
Link copied to clipboard
open
override
fun
asAirbyteValueProxy
(
)
:
AirbyteValueProxy
as
Json
Record
Link copied to clipboard
open
override
fun
asJsonRecord
(
orderedSchema
:
Array
<
AirbyteValueProxy.FieldAccessor
>
)
:
JsonNode