TransferStatusSummary
import type { TransferStatusSummary } from "https://googleapis.deno.dev/v1/bigquerydatatransfer:v1.ts";Status summary of the resource being transferred.
interface TransferStatusSummary {
metrics?: TransferStatusMetric[];
progressUnit?: "TRANSFER_STATUS_UNIT_UNSPECIFIED" | "TRANSFER_STATUS_UNIT_BYTES" | "TRANSFER_STATUS_UNIT_OBJECTS";
}