<PackageReference Include="Relativity.Transfer.Client" Version="7.4.10" />

Relativity.DataTransfer.Legacy.SDK.ImportExport.V1.IFieldService

public interface IFieldService : IDisposable
Task<bool> IsFieldIndexedAsync(int workspaceID, int fieldArtifactID, string correlationID)

Task<Field> ReadAsync(int workspaceID, int fieldArtifactID, string correlationID)

Task<DataSetWrapper> RetrieveAllMappableAsync(int workspaceID, int artifactTypeID, string correlationID)

Task<DataSetWrapper> RetrievePotentialBeginBatesFieldsAsync(int workspaceID, string correlationID)