Optionaldata: LfRepositoryClientV2.ICreateMultipartUploadUrlsRequestThe name of the file to be uploaded. The file extension in the name will be used as the extension of the imported entry. Required when startingPartNumber is 1 (first batch); ignored on subsequent batches.
The mime-type of the file to be uploaded. Required when startingPartNumber is 1 (first batch); ignored on subsequent batches.
The value must be in the range [1, 100], meaning that in each call to the CreateMultipartUploadUrls api, a maximum of 100 Upload URLs can be requested. Further, each file chunk written to an Upload URL should be at least 5 MB. There is no minimum size limit for the last chunk.
OptionalstartingDetermines the starting position of the requested parts among all the parts associated with this upload. The default value is 1.
OptionaluploadA unique identifier for the whole upload process.
Optional_data: anyOptionaldata: anyStaticfromJS
Request body for creating multipart upload urls.