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

ProductionDataSource

Represents a DataSource that holds documents to be included in the production.
public int ArtifactTypeId { get; set; }

Gets or sets the Relativity artifact type ID of the production data source.

public bool BurnRedactions { get; set; }

Gets or sets a value indicating whether indicates whether or not to burn redactions when producing image type productions.

public NamedArtifact MarkupSet { get; set; }

Gets or sets markup set to be used with the DataSource.

public NamedArtifact Placeholder { get; set; }

Gets or sets placeholder to be used with the DataSource.

public int ProductionId { get; set; }

Gets or sets the production artifact ID.

public ProductionType ProductionType { get; set; }

Gets or sets the type of production that applies to this data source, for example, Images Only or Natives Only. Valid values are defined by ProductionType enum.

public NamedArtifact SavedSearch { get; set; }

Gets or sets a reference object representing the saved search that contains the documents to be produced.

Gets or sets option for when to use image placeholder. Valid values are defined by UseImagePlaceholderOption enum.