IngestPairDataStatus
import type { IngestPairDataStatus } from "https://googleapis.deno.dev/v1/datamanager:v1.ts";The status of the pair data ingestion to the destination containing stats related to the ingestion.
interface IngestPairDataStatus {
pairIdCount?: bigint;
recordCount?: bigint;
}