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 |
Synopsis
- data DetectedFileFormatDescriptor = DetectedFileFormatDescriptor' {}
- newDetectedFileFormatDescriptor :: DetectedFileFormatDescriptor
- detectedFileFormatDescriptor_csvFormatDescriptor :: Lens' DetectedFileFormatDescriptor (Maybe DetectedCsvFormatDescriptor)
- detectedFileFormatDescriptor_jsonFormatDescriptor :: Lens' DetectedFileFormatDescriptor (Maybe DetectedJsonFormatDescriptor)
Documentation
data DetectedFileFormatDescriptor Source #
Properties of an inferred data format.
See: newDetectedFileFormatDescriptor
smart constructor.
DetectedFileFormatDescriptor' | |
|
Instances
newDetectedFileFormatDescriptor :: DetectedFileFormatDescriptor Source #
Create a value of DetectedFileFormatDescriptor
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:csvFormatDescriptor:DetectedFileFormatDescriptor'
, detectedFileFormatDescriptor_csvFormatDescriptor
- Details about a CSV format.
$sel:jsonFormatDescriptor:DetectedFileFormatDescriptor'
, detectedFileFormatDescriptor_jsonFormatDescriptor
- Details about a JSON format.
detectedFileFormatDescriptor_csvFormatDescriptor :: Lens' DetectedFileFormatDescriptor (Maybe DetectedCsvFormatDescriptor) Source #
Details about a CSV format.
detectedFileFormatDescriptor_jsonFormatDescriptor :: Lens' DetectedFileFormatDescriptor (Maybe DetectedJsonFormatDescriptor) Source #
Details about a JSON format.