Parallelstore V1BETA API - Class Google::Cloud::Parallelstore::V1beta::TransferCounters (v0.1.0)

Reference documentation and code samples for the Parallelstore V1BETA API class Google::Cloud::Parallelstore::V1beta::TransferCounters.

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

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#bytes_copied

def bytes_copied() -> ::Integer
Returns
  • (::Integer) — Bytes that are copied to the data destination.

#bytes_copied=

def bytes_copied=(value) -> ::Integer
Parameter
  • value (::Integer) — Bytes that are copied to the data destination.
Returns
  • (::Integer) — Bytes that are copied to the data destination.

#bytes_found

def bytes_found() -> ::Integer
Returns
  • (::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_found=

def bytes_found=(value) -> ::Integer
Parameter
  • value (::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.
Returns
  • (::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

def bytes_skipped() -> ::Integer
Returns
  • (::Integer) — Bytes in the data source that are not transferred because they already exist in the data destination.

#bytes_skipped=

def bytes_skipped=(value) -> ::Integer
Parameter
  • value (::Integer) — Bytes in the data source that are not transferred because they already exist in the data destination.
Returns
  • (::Integer) — Bytes in the data source that are not transferred because they already exist in the data destination.

#objects_copied

def objects_copied() -> ::Integer
Returns
  • (::Integer) — Objects that are copied to the data destination.

#objects_copied=

def objects_copied=(value) -> ::Integer
Parameter
  • value (::Integer) — Objects that are copied to the data destination.
Returns
  • (::Integer) — Objects that are copied to the data destination.

#objects_found

def objects_found() -> ::Integer
Returns
  • (::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_found=

def objects_found=(value) -> ::Integer
Parameter
  • value (::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.
Returns
  • (::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

def objects_skipped() -> ::Integer
Returns
  • (::Integer) — Objects in the data source that are not transferred because they already exist in the data destination.

#objects_skipped=

def objects_skipped=(value) -> ::Integer
Parameter
  • value (::Integer) — Objects in the data source that are not transferred because they already exist in the data destination.
Returns
  • (::Integer) — Objects in the data source that are not transferred because they already exist in the data destination.