| 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.QuickSight.Types.RowInfo
Description
Synopsis
Documentation
Information about rows for a data set SPICE ingestion.
See: newRowInfo smart constructor.
Constructors
| RowInfo' | |
Fields
| |
Instances
| FromJSON RowInfo Source # | |
| Generic RowInfo Source # | |
| Read RowInfo Source # | |
| Show RowInfo Source # | |
| NFData RowInfo Source # | |
Defined in Amazonka.QuickSight.Types.RowInfo | |
| Eq RowInfo Source # | |
| Hashable RowInfo Source # | |
Defined in Amazonka.QuickSight.Types.RowInfo | |
| type Rep RowInfo Source # | |
Defined in Amazonka.QuickSight.Types.RowInfo type Rep RowInfo = D1 ('MetaData "RowInfo" "Amazonka.QuickSight.Types.RowInfo" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "RowInfo'" 'PrefixI 'True) (S1 ('MetaSel ('Just "rowsDropped") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: (S1 ('MetaSel ('Just "rowsIngested") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: S1 ('MetaSel ('Just "totalRowsInDataset") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer))))) | |
newRowInfo :: RowInfo Source #
Create a value of RowInfo 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:rowsDropped:RowInfo', rowInfo_rowsDropped - The number of rows that were not ingested.
$sel:rowsIngested:RowInfo', rowInfo_rowsIngested - The number of rows that were ingested.
$sel:totalRowsInDataset:RowInfo', rowInfo_totalRowsInDataset - The total number of rows in the dataset.
rowInfo_rowsDropped :: Lens' RowInfo (Maybe Integer) Source #
The number of rows that were not ingested.