Class TransferCounters (1.2.1)

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

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

Attributes

NameDescription
objects_found_from_source 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_from_source 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_found_only_from_sink int
Objects found only in the data sink that are scheduled to be deleted.
bytes_found_only_from_sink int
Bytes found only in the data sink that are scheduled to be deleted.
objects_from_source_skipped_by_sync int
Objects in the data source that are not transferred because they already exist in the data sink.
bytes_from_source_skipped_by_sync int
Bytes in the data source that are not transferred because they already exist in the data sink.
objects_copied_to_sink int
Objects that are copied to the data sink.
bytes_copied_to_sink int
Bytes that are copied to the data sink.
objects_deleted_from_source int
Objects that are deleted from the data source.
bytes_deleted_from_source int
Bytes that are deleted from the data source.
objects_deleted_from_sink int
Objects that are deleted from the data sink.
bytes_deleted_from_sink int
Bytes that are deleted from the data sink.
objects_from_source_failed int
Objects in the data source that failed to be transferred or that failed to be deleted after being transferred.
bytes_from_source_failed int
Bytes in the data source that failed to be transferred or that failed to be deleted after being transferred.
objects_failed_to_delete_from_sink int
Objects that failed to be deleted from the data sink.
bytes_failed_to_delete_from_sink int
Bytes that failed to be deleted from the data sink.