<PackageReference Include="Relativity.Import.Models.SDK" Version="1.7.7" />

Relativity.Import.V1.Models.Sources.DataSourceDetails

public class DataSourceDetails
Class for retrieving information about an DataSource.

Gets or sets dataSource settings.

public bool IsParentFolderDeleted { get; set; }

Gets or sets a value indicating whether the source load file's parent folder is deleted.

public List<ImportError> JobLevelErrors { get; set; }

Gets or sets collection of errors leading to Failed state, connected with DataSource.

public DataSourceState State { get; set; }

Gets or sets the state of single data source.