<PackageReference Include="Relativity.Server.Transfer.SDK" Version="7.7.0" />

FileShareService

public Task<BrowseDirectoryResponseDto> BrowseDirectoryAsync(string path, int page, int pageSize, int enumerateMax, CancellationToken token)

public Task DeleteFilesAsync(IEnumerable<string> paths, CancellationToken token)

public Task<bool> DirectoryEmptyAsync(string path, CancellationToken token)

public Task<bool> ItemExistsAsync(string path, CancellationToken token)

public Task<bool> ItemsExistAsync(IEnumerable<string> paths, CancellationToken token)