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

Relativity.Transfer.Http.HttpTransferPathData

public sealed class HttpTransferPathData
public const string HttpTransferPathDataKey = "HttpTransferPathData"

public int ArtifactId { get; set; }

public ExportType ExportType { get; set; }

public int FileFieldArtifactId { get; set; }

public int FileId { get; set; }

public int LongTextFieldArtifactId { get; set; }

public string RemoteGuid { get; set; }

public static HttpTransferPathData GetData(TransferPath transferPath)