Interface TransferCountersOrBuilder (0.41.0)
Stay organized with collections
Save and categorize content based on your preferences.
publicinterface TransferCountersOrBuilderextendsMessageOrBuilderImplements
MessageOrBuilderMethods
getBytesCopied()
publicabstractlonggetBytesCopied()Bytes that are copied to the data destination.
int64 bytes_copied = 6;
| Returns | |
|---|---|
| Type | Description |
long |
The bytesCopied. |
getBytesFailed()
publicabstractlonggetBytesFailed()Bytes that failed to be written to the data destination.
int64 bytes_failed = 8;
| Returns | |
|---|---|
| Type | Description |
long |
The bytesFailed. |
getBytesFound()
publicabstractlonggetBytesFound()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()
publicabstractlonggetBytesSkipped()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()
publicabstractlonggetObjectsCopied()Objects that are copied to the data destination.
int64 objects_copied = 5;
| Returns | |
|---|---|
| Type | Description |
long |
The objectsCopied. |
getObjectsFailed()
publicabstractlonggetObjectsFailed()Objects that failed to be written to the data destination.
int64 objects_failed = 7;
| Returns | |
|---|---|
| Type | Description |
long |
The objectsFailed. |
getObjectsFound()
publicabstractlonggetObjectsFound()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()
publicabstractlonggetObjectsSkipped()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. |