aws.omics.list_multipart_read_set_uploads
Example SQL Queries
SELECT * FROMaws.omics.list_multipart_read_set_uploadsWHERE"sequence_store_id" = 'VALUE';Description
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.
Table Definition
| Column Name | Column Data Type |
|---|---|
| sequence_store_id Required Input Column The sequence store ID used for the multipart upload. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| creation_time The time stamp for when a direct upload was created. | TIMESTAMP_S |
| description The description of a read set. | VARCHAR |
| generated_from The source of an uploaded part. | VARCHAR |
| name The name of a read set. | VARCHAR |
| reference_arn The source's reference ARN. | VARCHAR |
| sample_id The read set source's sample ID. | VARCHAR |
| source_file_type The type of file the read set originated from. | VARCHAR |
| subject_id The read set source's subject ID. | VARCHAR |
| tags Any tags you wish to add to a read set. | MAP(VARCHAR, VARCHAR) |
| upload_id The ID for the initiated multipart upload. | VARCHAR |