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

TransferStatusSummary

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

Status summary of the resource being transferred.

interface TransferStatusSummary {
progressUnit?: "TRANSFER_STATUS_UNIT_UNSPECIFIED" | "TRANSFER_STATUS_UNIT_BYTES" | "TRANSFER_STATUS_UNIT_OBJECTS";
}

§Properties

§

Optional. List of transfer status metrics.

§
progressUnit?: "TRANSFER_STATUS_UNIT_UNSPECIFIED" | "TRANSFER_STATUS_UNIT_BYTES" | "TRANSFER_STATUS_UNIT_OBJECTS"
[src]

Input only. Unit based on which transfer status progress should be calculated.