State

data class State<T : RemoteObject<*>>(val objectKey: String, val streamingUpload: Deferred<StreamingUpload<T>>) : AutoCloseable

Constructors

Link copied to clipboard
constructor(objectKey: String, streamingUpload: Deferred<StreamingUpload<T>>)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun close()