Relativity.DataExchange.Service.RepositoryPathManager
class 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);
}
}