<PackageReference Include="Relativity.Transfer.Client" Version="7.3.12" />

Relativity.Transfer.SerializedBatch

public sealed class SerializedBatch
public int BatchNumber { get; }

public string File { get; }

public bool LocalPaths { get; }

public long MaxSourcePathId { get; }

public long MinSourcePathId { get; }

public int TotalBatchCount { get; }

public long TotalByteCount { get; }

public long TotalDirectoryCount { get; }

public long TotalFileCount { get; }

public SerializedBatch()