VideoUploadOptions

constructor(multipart: Boolean = false, multipartThresholdBytes: Long = 100L * 1024 * 1024, partSizeBytes: Long = 64L * 1024 * 1024, maxConcurrency: Int = 4, maxPartAttempts: Int = 5, partTimeoutSeconds: Long = 300, resume: Boolean = true, sessionStore: UploadSessionStore = UploadSessionStores.memory, adaptiveConditions: UploadConditions? = null)