Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

RowInfo

import type { RowInfo } from "https://aws-api.deno.dev/v0.3/services/quicksight.ts?docs=full";

Information about rows for a data set SPICE ingestion.

interface RowInfo {
RowsDropped?: number | null;
RowsIngested?: number | null;
TotalRowsInDataset?: number | null;
}

§Properties

§
RowsDropped?: number | null
[src]

The number of rows that were not ingested.

§
RowsIngested?: number | null
[src]

The number of rows that were ingested.

§
TotalRowsInDataset?: number | null
[src]

The total number of rows in the dataset.