public sealed class TransferCounters : IMessage<TransferCounters>, IEquatable<TransferCounters>, IDeepCloneable<TransferCounters>, IBufferMessage, IMessage
A collection of counters that report the progress of a transfer operation.
Implements
IMessage<TransferCounters>, IEquatable<TransferCounters>, IDeepCloneable<TransferCounters>, IBufferMessage, IMessageNamespace
Google.Cloud.StorageTransfer.V1Assembly
Google.Cloud.StorageTransfer.V1.dll
Constructors
TransferCounters()
public TransferCounters()
TransferCounters(TransferCounters)
public TransferCounters(TransferCounters other)
Parameter | |
---|---|
Name | Description |
other | TransferCounters |
Properties
BytesCopiedToSink
public long BytesCopiedToSink { get; set; }
Bytes that are copied to the data sink.
Property Value | |
---|---|
Type | Description |
Int64 |
BytesDeletedFromSink
public long BytesDeletedFromSink { get; set; }
Bytes that are deleted from the data sink.
Property Value | |
---|---|
Type | Description |
Int64 |
BytesDeletedFromSource
public long BytesDeletedFromSource { get; set; }
Bytes that are deleted from the data source.
Property Value | |
---|---|
Type | Description |
Int64 |
BytesFailedToDeleteFromSink
public long BytesFailedToDeleteFromSink { get; set; }
Bytes that failed to be deleted from the data sink.
Property Value | |
---|---|
Type | Description |
Int64 |
BytesFoundFromSource
public long BytesFoundFromSource { 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 |
Int64 |
BytesFoundOnlyFromSink
public long BytesFoundOnlyFromSink { get; set; }
Bytes found only in the data sink that are scheduled to be deleted.
Property Value | |
---|---|
Type | Description |
Int64 |
BytesFromSourceFailed
public long BytesFromSourceFailed { get; set; }
Bytes in the data source that failed to be transferred or that failed to be deleted after being transferred.
Property Value | |
---|---|
Type | Description |
Int64 |
BytesFromSourceSkippedBySync
public long BytesFromSourceSkippedBySync { get; set; }
Bytes in the data source that are not transferred because they already exist in the data sink.
Property Value | |
---|---|
Type | Description |
Int64 |
ObjectsCopiedToSink
public long ObjectsCopiedToSink { get; set; }
Objects that are copied to the data sink.
Property Value | |
---|---|
Type | Description |
Int64 |
ObjectsDeletedFromSink
public long ObjectsDeletedFromSink { get; set; }
Objects that are deleted from the data sink.
Property Value | |
---|---|
Type | Description |
Int64 |
ObjectsDeletedFromSource
public long ObjectsDeletedFromSource { get; set; }
Objects that are deleted from the data source.
Property Value | |
---|---|
Type | Description |
Int64 |
ObjectsFailedToDeleteFromSink
public long ObjectsFailedToDeleteFromSink { get; set; }
Objects that failed to be deleted from the data sink.
Property Value | |
---|---|
Type | Description |
Int64 |
ObjectsFoundFromSource
public long ObjectsFoundFromSource { 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 |
Int64 |
ObjectsFoundOnlyFromSink
public long ObjectsFoundOnlyFromSink { get; set; }
Objects found only in the data sink that are scheduled to be deleted.
Property Value | |
---|---|
Type | Description |
Int64 |
ObjectsFromSourceFailed
public long ObjectsFromSourceFailed { get; set; }
Objects in the data source that failed to be transferred or that failed to be deleted after being transferred.
Property Value | |
---|---|
Type | Description |
Int64 |
ObjectsFromSourceSkippedBySync
public long ObjectsFromSourceSkippedBySync { get; set; }
Objects in the data source that are not transferred because they already exist in the data sink.
Property Value | |
---|---|
Type | Description |
Int64 |