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

IProductionDataSourceService

public interface IProductionDataSourceService
Represents the production data source API service.
ProductionDataSource Create(int workspaceId, int productionId, ProductionDataSource entity)

Creates the specified production data source.

void Delete(int workspaceId, int entityId)

Delete the production data source by the specified artifact ID.

bool Exists(int workspaceId, int entityId)

Determines whether the production data source with the specified case artifact ID exists.

ProductionDataSource Get(int workspaceId, int entityId)

Gets the production data source by the specified workspace ID and production set ID.

Retrieves default field values for a data source.

void Update(int workspaceId, int productionId, ProductionDataSource entity)

Updates the specified production data source.