Struct aws_sdk_quicksight::model::RowInfo
source · #[non_exhaustive]pub struct RowInfo { /* private fields */ }
Expand description
Information about rows for a data set SPICE ingestion.
Implementations§
source§impl RowInfo
impl RowInfo
sourcepub fn rows_ingested(&self) -> Option<i64>
pub fn rows_ingested(&self) -> Option<i64>
The number of rows that were ingested.
sourcepub fn rows_dropped(&self) -> Option<i64>
pub fn rows_dropped(&self) -> Option<i64>
The number of rows that were not ingested.
sourcepub fn total_rows_in_dataset(&self) -> Option<i64>
pub fn total_rows_in_dataset(&self) -> Option<i64>
The total number of rows in the dataset.