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

Relativity.DataExchange.Service.RepositoryPathManager

Represents a class object to manage paths within a given repository.
namespace Relativity.DataExchange.Service { internal class RepositoryPathManager { public const int MinVolumeSize = 500; public string CurrentDestinationDirectory { get; } public int MaxVolumeSize { get; } public RepositoryPathManager(int maximumVolumeSize); public static string GetNewSubDirectory(string path); public void Rollback(); public string GetNextDestinationDirectory(string repositoryPath); } }