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

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;
}

§Properties

§
readonly numActiveRows?: bigint
[src]

Output only. The number of active rows in the feed.

§
readonly numRowsProcessed?: bigint
[src]

Output only. The number of rows processed in the feed.

§
readonly numRowsTotal?: bigint
[src]

Output only. The total number of rows in the feed.

§
readonly numRowsWithErrors?: bigint
[src]

Output only. The number of rows with errors in the feed.

§
readonly numWarningsTotal?: bigint
[src]

Output only. The total number of warnings in the feed.