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

FileSharePathManager

Represents a file share path manager class object.
public string CurrentTargetFolderName { get; }

Gets the name of the current target folder.

public int MaxVolumeSize { get; }

Gets the maximum size of the volume.

public FileSharePathManager(int maximumVolumeSize)

Initializes a new instance of the FileSharePathManager class.

public string GetNewSubdirectory(string path)

Gets the new sub-directory.

public string GetNextTargetPath(string targetFolderName)

Gets the next target path.

public void Rollback()

Rollback the current file number and update the sub-directory value.