| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Omics.Types.TsvStoreOptions
Description
Synopsis
- data TsvStoreOptions = TsvStoreOptions' {}
- newTsvStoreOptions :: TsvStoreOptions
- tsvStoreOptions_annotationType :: Lens' TsvStoreOptions (Maybe AnnotationType)
- tsvStoreOptions_formatToHeader :: Lens' TsvStoreOptions (Maybe (HashMap FormatToHeaderKey Text))
- tsvStoreOptions_schema :: Lens' TsvStoreOptions (Maybe (NonEmpty (HashMap Text SchemaValueType)))
Documentation
data TsvStoreOptions Source #
File settings for a TSV store.
See: newTsvStoreOptions smart constructor.
Constructors
| TsvStoreOptions' | |
Fields
| |
Instances
newTsvStoreOptions :: TsvStoreOptions Source #
Create a value of TsvStoreOptions with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:annotationType:TsvStoreOptions', tsvStoreOptions_annotationType - The store's annotation type.
$sel:formatToHeader:TsvStoreOptions', tsvStoreOptions_formatToHeader - The store's header key to column name mapping.
$sel:schema:TsvStoreOptions', tsvStoreOptions_schema - The store's schema.
tsvStoreOptions_annotationType :: Lens' TsvStoreOptions (Maybe AnnotationType) Source #
The store's annotation type.
tsvStoreOptions_formatToHeader :: Lens' TsvStoreOptions (Maybe (HashMap FormatToHeaderKey Text)) Source #
The store's header key to column name mapping.
tsvStoreOptions_schema :: Lens' TsvStoreOptions (Maybe (NonEmpty (HashMap Text SchemaValueType))) Source #
The store's schema.