Google Cloud Lustre V1 Client - Class TransferCounters (0.2.0)

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 \ V1

Methods

__construct

Constructor.

Parameters
Name Description
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.

Returns
Type Description
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.

Parameter
Name Description
var int|string
Returns
Type Description
$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.

Returns
Type Description
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.

Parameter
Name Description
var int|string
Returns
Type Description
$this

getObjectsSkippedCount

Objects in the data source that are not transferred because they already exist in the data destination.

Returns
Type Description
int|string

setObjectsSkippedCount

Objects in the data source that are not transferred because they already exist in the data destination.

Parameter
Name Description
var int|string
Returns
Type Description
$this

getBytesSkippedCount

Bytes in the data source that are not transferred because they already exist in the data destination.

Returns
Type Description
int|string

setBytesSkippedCount

Bytes in the data source that are not transferred because they already exist in the data destination.

Parameter
Name Description
var int|string
Returns
Type Description
$this

getObjectsCopiedCount

Objects that are copied to the data destination.

Returns
Type Description
int|string

setObjectsCopiedCount

Objects that are copied to the data destination.

Parameter
Name Description
var int|string
Returns
Type Description
$this

getBytesCopiedCount

Bytes that are copied to the data destination.

Returns
Type Description
int|string

setBytesCopiedCount

Bytes that are copied to the data destination.

Parameter
Name Description
var int|string
Returns
Type Description
$this

getObjectsFailedCount

Output only. Objects that are failed to write to the data destination.

Returns
Type Description
int|string

setObjectsFailedCount

Output only. Objects that are failed to write to the data destination.

Parameter
Name Description
var int|string
Returns
Type Description
$this

getBytesFailedCount

Output only. Bytes that are failed to write to the data destination.

Returns
Type Description
int|string

setBytesFailedCount

Output only. Bytes that are failed to write to the data destination.

Parameter
Name Description
var int|string
Returns
Type Description
$this