Types
ClientTransferStatsInput
Client-observed stats for an upload transfer (telemetry only).
input
ClientTransferStatsInputFields
bytesTransferred
Long
How many bytes the client had sent when the transfer stopped. Read on abort; a client that cannot report it omits the field rather than sending zero.
failedPartNumber
Int
The part the client was uploading when the transfer stopped.
maxWidthUsed
Int
How many part uploads the client actually ran concurrently. Distinct from the width it was offered — it cannot exceed that.
partRetryCount
Int
How many part uploads the client retried across the transfer.