<PackageReference Include="Relativity.Server.Transfer.SDK" Version="24000.0.1" />

Relativity.Transfer.Http.HttpTransferPathData

public sealed class HttpTransferPathData
namespace Relativity.Transfer.Http { public sealed class HttpTransferPathData { public const string HttpTransferPathDataKey = "HttpTransferPathData"; public int ArtifactId { get; set; } public string RemoteGuid { get; set; } public int FileFieldArtifactId { get; set; } public int FileId { get; set; } public int LongTextFieldArtifactId { get; set; } public ExportType ExportType { get; set; } public HttpTransferPathData(); public static HttpTransferPathData GetData(TransferPath transferPath); } }