GoogleApi.StorageTransfer.V1.Model.TransferCounters (google_api_storage_transfer v0.37.3)
View SourceA collection of counters that report the progress of a transfer operation.
Attributes
-
bytesCopiedToSink
(type:String.t
, default:nil
) - Bytes that are copied to the data sink. -
bytesDeletedFromSink
(type:String.t
, default:nil
) - Bytes that are deleted from the data sink. -
bytesDeletedFromSource
(type:String.t
, default:nil
) - Bytes that are deleted from the data source. -
bytesFailedToDeleteFromSink
(type:String.t
, default:nil
) - Bytes that failed to be deleted from the data sink. -
bytesFoundFromSource
(type:String.t
, default:nil
) - 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. -
bytesFoundOnlyFromSink
(type:String.t
, default:nil
) - Bytes found only in the data sink that are scheduled to be deleted. -
bytesFromSourceFailed
(type:String.t
, default:nil
) - Bytes in the data source that failed to be transferred or that failed to be deleted after being transferred. -
bytesFromSourceSkippedBySync
(type:String.t
, default:nil
) - Bytes in the data source that are not transferred because they already exist in the data sink. -
directoriesFailedToListFromSource
(type:String.t
, default:nil
) - For transfers involving PosixFilesystem only. Number of listing failures for each directory found at the source. Potential failures when listing a directory include permission failure or block failure. If listing a directory fails, no files in the directory are transferred. -
directoriesFoundFromSource
(type:String.t
, default:nil
) - For transfers involving PosixFilesystem only. Number of directories found while listing. For example, if the root directory of the transfer isbase/
and there are two other directories,a/
andb/
under this directory, the count after listingbase/
,base/a/
andbase/b/
is 3. -
directoriesSuccessfullyListedFromSource
(type:String.t
, default:nil
) - For transfers involving PosixFilesystem only. Number of successful listings for each directory found at the source. -
intermediateObjectsCleanedUp
(type:String.t
, default:nil
) - Number of successfully cleaned up intermediate objects. -
intermediateObjectsFailedCleanedUp
(type:String.t
, default:nil
) - Number of intermediate objects failed cleaned up. -
objectsCopiedToSink
(type:String.t
, default:nil
) - Objects that are copied to the data sink. -
objectsDeletedFromSink
(type:String.t
, default:nil
) - Objects that are deleted from the data sink. -
objectsDeletedFromSource
(type:String.t
, default:nil
) - Objects that are deleted from the data source. -
objectsFailedToDeleteFromSink
(type:String.t
, default:nil
) - Objects that failed to be deleted from the data sink. -
objectsFoundFromSource
(type:String.t
, default:nil
) - 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. -
objectsFoundOnlyFromSink
(type:String.t
, default:nil
) - Objects found only in the data sink that are scheduled to be deleted. -
objectsFromSourceFailed
(type:String.t
, default:nil
) - Objects in the data source that failed to be transferred or that failed to be deleted after being transferred. -
objectsFromSourceSkippedBySync
(type:String.t
, default:nil
) - Objects in the data source that are not transferred because they already exist in the data sink.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.StorageTransfer.V1.Model.TransferCounters{ bytesCopiedToSink: String.t() | nil, bytesDeletedFromSink: String.t() | nil, bytesDeletedFromSource: String.t() | nil, bytesFailedToDeleteFromSink: String.t() | nil, bytesFoundFromSource: String.t() | nil, bytesFoundOnlyFromSink: String.t() | nil, bytesFromSourceFailed: String.t() | nil, bytesFromSourceSkippedBySync: String.t() | nil, directoriesFailedToListFromSource: String.t() | nil, directoriesFoundFromSource: String.t() | nil, directoriesSuccessfullyListedFromSource: String.t() | nil, intermediateObjectsCleanedUp: String.t() | nil, intermediateObjectsFailedCleanedUp: String.t() | nil, objectsCopiedToSink: String.t() | nil, objectsDeletedFromSink: String.t() | nil, objectsDeletedFromSource: String.t() | nil, objectsFailedToDeleteFromSink: String.t() | nil, objectsFoundFromSource: String.t() | nil, objectsFoundOnlyFromSink: String.t() | nil, objectsFromSourceFailed: String.t() | nil, objectsFromSourceSkippedBySync: String.t() | nil }