Parallelstore v1beta 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 Parallelstore v1beta API class TransferCounters.

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

Inheritance

object > TransferCounters

Namespace

Google.Cloud.Parallelstore.V1Beta

Assembly

Google.Cloud.Parallelstore.V1Beta.dll

Constructors

TransferCounters()

public TransferCounters()

TransferCounters(TransferCounters)

public TransferCounters(TransferCounters other)
Parameter
Name Description
other TransferCounters

Properties

BytesCopied

public long BytesCopied { get; set; }

Bytes that are copied to the data destination.

Property Value
Type Description
long

BytesFound

public long BytesFound { get; set; }

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

BytesSkipped

public long BytesSkipped { get; set; }

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

Property Value
Type Description
long

ObjectsCopied

public long ObjectsCopied { get; set; }

Objects that are copied to the data destination.

Property Value
Type Description
long

ObjectsFound

public long ObjectsFound { 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

ObjectsSkipped

public long ObjectsSkipped { get; set; }

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

Property Value
Type Description
long