Reference documentation and code samples for the Google Cloud Parallelstore V1 Client class TransferCounters.
A collection of counters that report the progress of a transfer operation.
Generated from protobuf message google.cloud.parallelstore.v1.TransferCounters
Namespace
Google \ Cloud \ Parallelstore \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ objects_found
int|string
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|string
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|string
Objects in the data source that are not transferred because they already exist in the data destination.
↳ bytes_skipped
int|string
Bytes in the data source that are not transferred because they already exist in the data destination.
↳ objects_copied
int|string
Objects that are copied to the data destination.
↳ bytes_copied
int|string
Bytes that are copied to the data destination.
↳ objects_failed
int|string
Objects that failed to write to the data destination.
↳ bytes_failed
int|string
Number of Bytes that failed to be written to the data destination.
getObjectsFound
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.
int|string
setObjectsFound
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.
var
int|string
$this
getBytesFound
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.
int|string
setBytesFound
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.
var
int|string
$this
getObjectsSkipped
Objects in the data source that are not transferred because they already exist in the data destination.
int|string
setObjectsSkipped
Objects in the data source that are not transferred because they already exist in the data destination.
var
int|string
$this
getBytesSkipped
Bytes in the data source that are not transferred because they already exist in the data destination.
int|string
setBytesSkipped
Bytes in the data source that are not transferred because they already exist in the data destination.
var
int|string
$this
getObjectsCopied
Objects that are copied to the data destination.
int|string
setObjectsCopied
Objects that are copied to the data destination.
var
int|string
$this
getBytesCopied
Bytes that are copied to the data destination.
int|string
setBytesCopied
Bytes that are copied to the data destination.
var
int|string
$this
getObjectsFailed
Objects that failed to write to the data destination.
int|string
setObjectsFailed
Objects that failed to write to the data destination.
var
int|string
$this
getBytesFailed
Number of Bytes that failed to be written to the data destination.
int|string
setBytesFailed
Number of Bytes that failed to be written to the data destination.
var
int|string
$this