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
/
ObjectLoaderPartLoader
/
State
State
data
class
State
<
T
:
RemoteObject
<
*
>
>
(
val
objectKey
:
String
,
val
streamingUpload
:
Deferred
<
StreamingUpload
<
T
>
>
)
:
AutoCloseable
Members
Constructors
State
Link copied to clipboard
constructor
(
objectKey
:
String
,
streamingUpload
:
Deferred
<
StreamingUpload
<
T
>
>
)
Properties
object
Key
Link copied to clipboard
val
objectKey
:
String
streaming
Upload
Link copied to clipboard
val
streamingUpload
:
Deferred
<
StreamingUpload
<
T
>
>
Functions
close
Link copied to clipboard
open
override
fun
close
(
)