TransferCounters(mapping=None, *, ignore_unknown_fields=False, **kwargs)
A collection of counters that report the progress of a transfer operation.
Attributes |
|
---|---|
Name | Description |
objects_found |
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 |
int
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 |
int
Objects in the data source that are not transferred because they already exist in the data destination. |
bytes_skipped |
int
Bytes in the data source that are not transferred because they already exist in the data destination. |
objects_copied |
int
Objects that are copied to the data destination. |
bytes_copied |
int
Bytes that are copied to the data destination. |