Google Cloud Managed Lustre v1 API - Class TransferCounters (1.0.0-beta03)

public sealed class TransferCounters : IMessage<TransferCounters>, IEquatable<TransferCounters>, IDeepCloneable<TransferCounters>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Managed Lustre v1 API class TransferCounters.

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

Inheritance

object > TransferCounters

Namespace

Google.Cloud.Lustre.V1

Assembly

Google.Cloud.Lustre.V1.dll

Constructors

TransferCounters()

public TransferCounters()

TransferCounters(TransferCounters)

public TransferCounters(TransferCounters other)
Parameter
Name Description
other TransferCounters

Properties

BytesCopiedCount

public long BytesCopiedCount { get; set; }

Bytes that are copied to the data destination.

Property Value
Type Description
long

BytesFailedCount

public long BytesFailedCount { get; set; }

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

Property Value
Type Description
long

BytesFoundCount

public long BytesFoundCount { get; set; }

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.

Property Value
Type Description
long

BytesSkippedCount

public long BytesSkippedCount { get; set; }

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

Property Value
Type Description
long

FoundObjectsCount

public long FoundObjectsCount { get; set; }

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.

Property Value
Type Description
long

ObjectsCopiedCount

public long ObjectsCopiedCount { get; set; }

Objects that are copied to the data destination.

Property Value
Type Description
long

ObjectsFailedCount

public long ObjectsFailedCount { get; set; }

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

Property Value
Type Description
long

ObjectsSkippedCount

public long ObjectsSkippedCount { get; set; }

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

Property Value
Type Description
long