Lists multipart read set uploads and for in progress uploads. Once the upload is completed, a read set is created and the upload will no longer be returned in the response.
See https://www.paws-r-sdk.com/docs/omics_list_multipart_read_set_uploads/ for full documentation.
omics_list_multipart_read_set_uploads(
sequenceStoreId,
maxResults = NULL,
nextToken = NULL
)
[required] The Sequence Store ID used for the multipart uploads.
The maximum number of multipart uploads returned in a page.
Next token returned in the response of a previous ListMultipartReadSetUploads call. Used to get the next page of results.