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

IAsperaNodeService

interface IAsperaNodeService

int MaxRetryAttempts { get; set; }

double TimeoutSeconds { get; set; }

Task<bool> DirectoryExistsAsync(string path, CancellationToken token)

Task<bool> FileExistsAsync(string path, CancellationToken token)

Task<bool> IsEmpty(string path, CancellationToken token)