<PackageReference Include="Relativity.Transfer.Client" Version="6.0.16" />
API Differences between 6.0.16 and 5.0.7
63 Additions
21 Removals
Relativity.Transfer
-
public class ClientConfiguration : Dictionary<string, object>
-
public static class ClientConfigurationKeys
-
public class EnumeratedPathsResult
- public IEnumerable<string> ErrorPaths { get; }
- public IEnumerable<ErrorPath> ErrorPaths { get; }
- public EnumeratedPathsResult(IEnumerable<string> searchPaths, IEnumerable<TransferPath> paths, IEnumerable<string> errorPaths, long totalDirectories, bool localPaths, TimeSpan elapsed)
- public EnumeratedPathsResult(IEnumerable<string> searchPaths, IEnumerable<TransferPath> paths, IEnumerable<ErrorPath> errorPaths, long totalDirectories, bool localPaths, TimeSpan elapsed)
-
public class ErrorPath
- public string Path { get; set; }
- public string Reason { get; set; }
- public ErrorPath(string path, string reason)
-
public class GlobalSettings
-
public interface IBatchSerializer
-
public interface IRelativityServiceFactory
-
public interface ITargetRateThrottler
-
public interface ITargetRateValidator
-
public interface ITransferClient : IDisposable
-
public interface ITransferIssue : IEquatable<ITransferIssue>
-
public interface ITransferIssueBuilder
-
public interface ITransferJob : IDisposable
- void ChangeDataRate(int minRateMbps, int targetRateMbps)
- void ChangeDataRate(int minRateMbps, int targetRateMbps, CancellationToken token)
- Task ChangeDataRateAsync(int minRateMbps, int targetRateMbps)
- Task ChangeDataRateAsync(int minRateMbps, int targetRateMbps, CancellationToken token)
- int ChangeDataRate(int minRateMbps, int targetRateMbps)
- int ChangeDataRate(int minRateMbps, int targetRateMbps, CancellationToken token)
- Task<int> ChangeDataRateAsync(int minRateMbps, int targetRateMbps)
- Task<int> ChangeDataRateAsync(int minRateMbps, int targetRateMbps, CancellationToken token)
-
public abstract class PathEnumeratorBase : IPathEnumerator
-
public sealed class SerializedPathsResult
-
public abstract class TransferClientBase : ITransferClient, IDisposable
-
public class TransferIssue : ITransferIssue, IEquatable<ITransferIssue>
-
public abstract class TransferJobBase : ITransferJob, IDisposable
- public void ChangeDataRate(int minRateMbps, int targetRateMbps)
- public void ChangeDataRate(int minRateMbps, int targetRateMbps, CancellationToken token)
- public Task ChangeDataRateAsync(int minRateMbps, int targetRateMbps)
- public Task ChangeDataRateAsync(int minRateMbps, int targetRateMbps, CancellationToken token)
- public int ChangeDataRate(int minRateMbps, int targetRateMbps)
- public int ChangeDataRate(int minRateMbps, int targetRateMbps, CancellationToken token)
- public Task<int> ChangeDataRateAsync(int minRateMbps, int targetRateMbps)
- public Task<int> ChangeDataRateAsync(int minRateMbps, int targetRateMbps, CancellationToken token)
-
public class TransferJobService : ITransferJobService
-
public class TransferPathIssueEventArgs : EventArgs
Relativity.Transfer.Aspera
Relativity.Transfer.Paths
Relativity.Transfer.Resources