Relativity.DataExchange.Export.VolumeManagerV2.Download.PhysicalFileExportRequest
namespace Relativity.DataExchange.Export.VolumeManagerV2.Download
{
public class PhysicalFileExportRequest : ExportRequest
{
public string RemoteFileGuid { get; }
public static PhysicalFileExportRequest CreateRequestForImage(ImageExportInfo image, string destinationLocation);
public static PhysicalFileExportRequest CreateRequestForNative(ObjectExportInfo artifact, string destinationLocation);
public static PhysicalFileExportRequest CreateRequestForPdf(ObjectExportInfo artifact, string destinationLocation);
}
}