Class: Google::Cloud::Parallelstore::V1::TransferCounters
- Inherits:
-
Object
- Object
- Google::Cloud::Parallelstore::V1::TransferCounters
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/parallelstore/v1/parallelstore.rb
Overview
A collection of counters that report the progress of a transfer operation.
Instance Attribute Summary collapse
-
#bytes_copied ⇒ ::Integer
Bytes that are copied to the data destination.
-
#bytes_failed ⇒ ::Integer
Bytes that failed to be written to the data destination.
-
#bytes_found ⇒ ::Integer
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.
-
#bytes_skipped ⇒ ::Integer
Bytes in the data source that are not transferred because they already exist in the data destination.
-
#objects_copied ⇒ ::Integer
Objects that are copied to the data destination.
-
#objects_failed ⇒ ::Integer
Objects that failed to be written to the data destination.
-
#objects_found ⇒ ::Integer
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.
-
#objects_skipped ⇒ ::Integer
Objects in the data source that are not transferred because they already exist in the data destination.
Instance Attribute Details
#bytes_copied ⇒ ::Integer
Returns Bytes that are copied to the data destination.
676 677 678 679 |
# File 'proto_docs/google/cloud/parallelstore/v1/parallelstore.rb', line 676 class TransferCounters include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#bytes_failed ⇒ ::Integer
Returns Bytes that failed to be written to the data destination.
676 677 678 679 |
# File 'proto_docs/google/cloud/parallelstore/v1/parallelstore.rb', line 676 class TransferCounters include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#bytes_found ⇒ ::Integer
Returns 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.
676 677 678 679 |
# File 'proto_docs/google/cloud/parallelstore/v1/parallelstore.rb', line 676 class TransferCounters include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#bytes_skipped ⇒ ::Integer
Returns Bytes in the data source that are not transferred because they already exist in the data destination.
676 677 678 679 |
# File 'proto_docs/google/cloud/parallelstore/v1/parallelstore.rb', line 676 class TransferCounters include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#objects_copied ⇒ ::Integer
Returns Objects that are copied to the data destination.
676 677 678 679 |
# File 'proto_docs/google/cloud/parallelstore/v1/parallelstore.rb', line 676 class TransferCounters include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#objects_failed ⇒ ::Integer
Returns Objects that failed to be written to the data destination.
676 677 678 679 |
# File 'proto_docs/google/cloud/parallelstore/v1/parallelstore.rb', line 676 class TransferCounters include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#objects_found ⇒ ::Integer
Returns 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.
676 677 678 679 |
# File 'proto_docs/google/cloud/parallelstore/v1/parallelstore.rb', line 676 class TransferCounters include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#objects_skipped ⇒ ::Integer
Returns Objects in the data source that are not transferred because they already exist in the data destination.
676 677 678 679 |
# File 'proto_docs/google/cloud/parallelstore/v1/parallelstore.rb', line 676 class TransferCounters include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |