<PackageReference Include="Relativity.Productions.SDK" Version="12.6.1" />

ProductionDataSourceRef

A reference object for Relativity production data sources. The properties only include the data source name and artifact ID.
public int ArtifactID { get; set; }

Artifact ID of the production data source.

public string Name { get; set; }

Descriptive name of the production data source.

Creates a new instance of ProductionDataSourceRef.

public ProductionDataSourceRef(int artifactID)

Creates a new instance of ProductionDataSourceRef.