UploadData

data class UploadData(val stream: ByteReadChannel, val size: Long)(source)

Represents the data to upload

Parameters

stream

The ByteReadChannel for streaming the data

size

The size of the data

Constructors

Link copied to clipboard
constructor(stream: ByteReadChannel, size: Long)

Properties

Link copied to clipboard
val size: Long
Link copied to clipboard
val stream: ByteReadChannel