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-object-storage
/
io.airbyte.cdk.load.pipline.object_storage
/
ObjectKey
Object
Key
data
class
ObjectKey
(
val
stream
:
DestinationStream.Descriptor
,
val
objectKey
:
String
,
val
uploadId
:
String
?
=
null
)
:
WithStream
Members
Constructors
Object
Key
Link copied to clipboard
constructor
(
stream
:
DestinationStream.Descriptor
,
objectKey
:
String
,
uploadId
:
String
?
=
null
)
Properties
object
Key
Link copied to clipboard
val
objectKey
:
String
stream
Link copied to clipboard
open
override
val
stream
:
DestinationStream.Descriptor
upload
Id
Link copied to clipboard
val
uploadId
:
String
?
=
null