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

Relativity.DataExchange.Export.VolumeManagerV2.Download.FieldFileExportRequest

namespace Relativity.DataExchange.Export.VolumeManagerV2.Download { public class FieldFileExportRequest : ExportRequest { public int FileId { get; } public int FileFieldArtifactId { get; } public FieldFileExportRequest(ObjectExportInfo artifact, int fileFieldArtifactId, string destinationLocation); } }