TransferOperation
import type { TransferOperation } from "https://googleapis.deno.dev/v1/storagetransfer:v1.ts";A description of the execution of a transfer.
interface TransferOperation  {
counters?: TransferCounters;
endTime?: Date;
errorBreakdowns?: ErrorSummary[];
loggingConfig?: LoggingConfig;
name?: string;
notificationConfig?: NotificationConfig;
projectId?: string;
startTime?: Date;
status?: 
 | "STATUS_UNSPECIFIED"
 | "IN_PROGRESS"
 | "PAUSED"
 | "SUCCESS"
 | "FAILED"
 | "ABORTED"
 | "QUEUED"
 | "SUSPENDING";
transferJobName?: string;
transferSpec?: TransferSpec;
}§Properties
§
counters?: TransferCounters
[src]Information about the progress of the transfer operation.
§
errorBreakdowns?: ErrorSummary[]
[src]Summarizes errors encountered with sample error log entries.
§
loggingConfig?: LoggingConfig
[src]Cloud Logging configuration.
§
notificationConfig?: NotificationConfig
[src]Notification configuration.
§
status?: "STATUS_UNSPECIFIED" | "IN_PROGRESS" | "PAUSED" | "SUCCESS" | "FAILED" | "ABORTED" | "QUEUED" | "SUSPENDING"
[src]Status of the transfer operation.
§
transferSpec?: TransferSpec
[src]Transfer specification.