Skip to content

Multipart

//trimblecloud-fileservice/trimblecloud.fileservice.models/CreateFileUploadRequest/CreateFileUploadRequestBuilder/multipart

multipart

[JVM]
open fun multipart(multipart: Boolean): CreateFileUploadRequest.CreateFileUploadRequestBuilder

True if the client will split the upload into multiple parts. File service will respond with a templated URL that the client can use to do each partial upload. When the client is done, they must call the Update File Upload endpoint. Default: false

Return

this.