TsvVersionOptions
The options for a TSV file.
Contents
- annotationType
 - 
               
The store version's annotation type.
Type: String
Valid Values:
GENERIC | CHR_POS | CHR_POS_REF_ALT | CHR_START_END_ONE_BASE | CHR_START_END_REF_ALT_ONE_BASE | CHR_START_END_ZERO_BASE | CHR_START_END_REF_ALT_ZERO_BASERequired: No
 - formatToHeader
 - 
               
The annotation store version's header key to column name mapping.
Type: String to string map
Valid Keys:
CHR | START | END | REF | ALT | POSValue Length Constraints: Minimum length of 0. Maximum length of 1000.
Required: No
 - schema
 - 
               
The TSV schema for an annotation store version.
Type: Array of string to string maps
Array Members: Minimum number of 1 item. Maximum number of 5000 items.
Map Entries: Maximum number of 1 item.
Key Pattern:
[a-z0-9_]{1,255}Valid Values:
LONG | INT | STRING | FLOAT | DOUBLE | BOOLEANRequired: No
 
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: