Reference documentation and code samples for the Google Cloud Lustre V1 Client class TransferCounters.
A collection of counters that report the progress of a transfer operation.
Generated from protobuf message google.cloud.lustre.v1.TransferCounters
Namespace
Google \ Cloud \ Lustre \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ found_objects_count
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_count
int|string
Total number of 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_count
int|string
Objects in the data source that are not transferred because they already exist in the data destination.
↳ bytes_skipped_count
int|string
Bytes in the data source that are not transferred because they already exist in the data destination.
↳ objects_copied_count
int|string
Objects that are copied to the data destination.
↳ bytes_copied_count
int|string
Bytes that are copied to the data destination.
↳ objects_failed_count
int|string
Output only. Objects that are failed to write to the data destination.
↳ bytes_failed_count
int|string
Output only. Bytes that are failed to write to the data destination.
getFoundObjectsCount
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
setFoundObjectsCount
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
getBytesFoundCount
Total number of 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
setBytesFoundCount
Total number of 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
getObjectsSkippedCount
Objects in the data source that are not transferred because they already exist in the data destination.
int|string
setObjectsSkippedCount
Objects in the data source that are not transferred because they already exist in the data destination.
var
int|string
$this
getBytesSkippedCount
Bytes in the data source that are not transferred because they already exist in the data destination.
int|string
setBytesSkippedCount
Bytes in the data source that are not transferred because they already exist in the data destination.
var
int|string
$this
getObjectsCopiedCount
Objects that are copied to the data destination.
int|string
setObjectsCopiedCount
Objects that are copied to the data destination.
var
int|string
$this
getBytesCopiedCount
Bytes that are copied to the data destination.
int|string
setBytesCopiedCount
Bytes that are copied to the data destination.
var
int|string
$this
getObjectsFailedCount
Output only. Objects that are failed to write to the data destination.
int|string
setObjectsFailedCount
Output only. Objects that are failed to write to the data destination.
var
int|string
$this
getBytesFailedCount
Output only. Bytes that are failed to write to the data destination.
int|string
setBytesFailedCount
Output only. Bytes that are failed to write to the data destination.
var
int|string
$this