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

VolumeInfo

public class VolumeInfo : ISerializable
public bool CopyImageFilesFromRepository { get; set; }

public bool CopyNativeFilesFromRepository { get; set; }

public bool CopyPdfFilesFromRepository { get; set; }

public string this[bool includeTopFolder] { get; set; }

public string this[bool includeTopFolder] { get; set; }

public long SubdirectoryMaxSize { get; set; }

public string this[bool includeTopFolder] { get; set; }

public string this[bool includeTopFolder] { get; set; }

public int SubdirectoryStartNumber { get; set; }

public long VolumeMaxSize { get; set; }

public string VolumePrefix { get; set; }

public int VolumeStartNumber { get; set; }

public VolumeInfo()