IngestionStatus
import type { IngestionStatus } from "https://googleapis.deno.dev/v1/dfareporting:v5.ts";
Contains the ingestion status of the dynamic feed.
interface IngestionStatus {
readonly numActiveRows?: bigint;
readonly numRowsProcessed?: bigint;
readonly numRowsTotal?: bigint;
readonly numRowsWithErrors?: bigint;
readonly numWarningsTotal?: bigint;
}