isResumable

@JvmName(name = "arfjbkdvtsfvuvss")
suspend fun isResumable(value: Output<Boolean>)
@JvmName(name = "spqrulojfgihwaxh")
suspend fun isResumable(value: Boolean?)

Parameters

value

Allows the file upload operation to be paused and resumed. The default value is false . When isResumable is set to true , the file uploader uses a multipart upload to break the files into chunks before upload. The progress of the upload isn't continuous, because the file uploader uploads a chunk at a time.