Class TransferCounters (0.1.0)

TransferCounters(mapping=None, *, ignore_unknown_fields=False, **kwargs)

A collection of counters that report the progress of a transfer operation.

Attributes

Name Description
found_objects_count int
Objects found in the data source that are scheduled to be transferred, excluding any that are filtered based on object conditions or skipped due to sync.
bytes_found_count int
Total number of bytes found in the data source that are scheduled to be transferred, excluding any that are filtered based on object conditions or skipped due to sync.
objects_skipped_count int
Objects in the data source that are not transferred because they already exist in the data destination.
bytes_skipped_count int
Bytes in the data source that are not transferred because they already exist in the data destination.
objects_copied_count int
Objects that are copied to the data destination.
bytes_copied_count int
Bytes that are copied to the data destination.
objects_failed_count int
Output only. Objects that are failed to write to the data destination.
bytes_failed_count int
Output only. Bytes that are failed to write to the data destination.