TapiTotals
Represents a class object that provides Transfer API totals. This class cannot be inherited.
Gets the total number of completed file transfers. A file transfer is considered to be complete when the transfer is either successful or failed without further retry.
Gets the total number of files contained within the job or batch request.
Gets the total number of successful file transfers.
public TapiTotals()
Initializes a new instance of the TapiTotals class.
public TapiTotals(long totalCompletedFileTransfers, long totalFileTransferRequests, long totalSuccessfulFileTransfers)
Initializes a new instance of the TapiTotals class.
Clears this instance.
Performs a deep copy of the current instance.
Increments the total number of completed file transfers.
Increments the total number of file transfer requests.
Increments the total number of files that were successfully transferred.