public interface TransferCountersOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getBytesCopied()
public abstract long getBytesCopied()
Bytes that are copied to the data destination.
int64 bytes_copied = 6;
Returns | |
---|---|
Type | Description |
long |
The bytesCopied. |
getBytesFound()
public abstract long getBytesFound()
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.
int64 bytes_found = 2;
Returns | |
---|---|
Type | Description |
long |
The bytesFound. |
getBytesSkipped()
public abstract long getBytesSkipped()
Bytes in the data source that are not transferred because they already exist in the data destination.
int64 bytes_skipped = 4;
Returns | |
---|---|
Type | Description |
long |
The bytesSkipped. |
getObjectsCopied()
public abstract long getObjectsCopied()
Objects that are copied to the data destination.
int64 objects_copied = 5;
Returns | |
---|---|
Type | Description |
long |
The objectsCopied. |
getObjectsFound()
public abstract long getObjectsFound()
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.
int64 objects_found = 1;
Returns | |
---|---|
Type | Description |
long |
The objectsFound. |
getObjectsSkipped()
public abstract long getObjectsSkipped()
Objects in the data source that are not transferred because they already exist in the data destination.
int64 objects_skipped = 3;
Returns | |
---|---|
Type | Description |
long |
The objectsSkipped. |