aws.omics.list_read_set_upload_parts
Example SQL Queries
SELECT * FROMaws.omics.list_read_set_upload_partsWHERE"sequence_store_id" = 'VALUE'AND "upload_id" = 'VALUE'AND "part_source" = 'VALUE';Description
This operation will list all parts in a requested multipart upload for a sequence store.
Table Definition
| Column Name | Column Data Type |
|---|---|
| part_source Required Input Column The origin of the part being direct uploaded. | VARCHAR |
| sequence_store_id Required Input Column The Sequence Store ID used for the multipart uploads. | VARCHAR |
| upload_id Required Input Column The ID for the initiated multipart upload. | VARCHAR |
| filter Input Column Attributes used to filter for a specific subset of read set part uploads. | STRUCT( |
Show child fields
| |
| _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 |
| checksum A unique identifier used to confirm that parts are being added to the correct upload. | VARCHAR |
| creation_time The time stamp for when a direct upload was created. | TIMESTAMP_S |
| last_updated_time The time stamp for the most recent update to an uploaded part. | TIMESTAMP_S |
| part_number The number identifying the part in an upload. | BIGINT |
| part_size The size of the the part in an upload. | BIGINT |