<PackageReference Include="Relativity.Server.Import.SDK" Version="2.9.2" />

TapiStatisticsEventArgs

public sealed class TapiStatisticsEventArgs : EventArgs
Represents Transfer API statistics event arguments data. This class cannot be inherited.
public long TotalBytes { get; }

Gets the total transferred bytes.

public long TotalFiles { get; }

Gets the total transferred files.

public long TotalTransferTicks { get; }

Gets the total transfer time in ticks.

public double TransferRateBytes { get; }

Gets active transfer rate.

public TapiStatisticsEventArgs(long totalBytes, long totalFiles, long totalTransferTicks, double transferRateBytes)

Initializes a new instance of the TapiStatisticsEventArgs class.