<PackageReference Include="Relativity.Server.Testing.Framework.SDK" Version="5000.1.0" />

ImagingSet

public class ImagingSet : NamedArtifact
Represents the Image Set which consists of an imaging profile and a search containing the documents to image. Necessary to run imaging job.
public int DataSourceId { get; set; }

Gets or sets the Artifact ID of the saved search containing the documents for imaging.

public Artifact ImagingProfile { get; set; }

Gets or sets the imaging profile associated with the imaging set.

public ImagingSetStatus Status { get; set; }

Gets or sets the Imaging Set Status.

public ImagingSet()