Is Multipart
//trimblecloud-fileservice/trimblecloud.fileservice.models/CreateFileUploadRequest/isMultipart
isMultipart
[JVM]
open fun isMultipart(): Boolean
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