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

RepositoryPathManager

Represents a class object to manage paths within a given repository.
public const int MinVolumeSize = 500

The minimum volume size.

public string CurrentDestinationDirectory { get; }

Gets the current destination directory.

public int MaxVolumeSize { get; }

Gets the maximum number of files per volume.

public RepositoryPathManager(int maximumVolumeSize)

Initializes a new instance of the RepositoryPathManager class.

public static string GetNewSubDirectory(string path)

Retrieves a new sub-directory path.

public string GetNextDestinationDirectory(string repositoryPath)

Retrieve the next destination directory name.

public void Rollback()

Rollback the file count.