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

IngestEventsStatus

import type { IngestEventsStatus } from "https://googleapis.deno.dev/v1/datamanager:v1.ts";

The status of the events ingestion to the destination.

interface IngestEventsStatus {
recordCount?: bigint;
}

§Properties

§
recordCount?: bigint
[src]

The total count of events sent in the upload request. Includes all events in the request, regardless of whether they were successfully ingested or not.