<PackageReference Include="Relativity.Server.Services.Interfaces.SDK" Version="5000.0.2" />

Relativity.Services.Interfaces.SearchProvider.Models.SearchProviderDTO

public class SearchProviderDTO
Search Provider data object used to send data between the various layers of relativity
public bool Active { get; set; }

Get or set if the Search Provider object is active

public int ArtifactID { get; set; }

Gets the artifact id for the given search provider.

public bool AvailableForSearching { get; set; }

Get or set if the Search Provider object is available for searching

public string DLL { get; set; }

Gets the dll name for the given search provider.

public int MaxRank { get; set; }

Gets the minimum rank returned for the given search provider.

public int MinRank { get; set; }

Gets the minimum rank returned for the given search provider.

public string Name { get; set; }

Gets or sets the name for the given search provider.

public int Order { get; set; }

Get or set the order for the given search provider.

public string Parameters { get; set; }

Gets the parameters for the given search provider.

public int RankCacheMultiplier { get; set; }

Gets the current search provider ranking multiplier for the given search provider.

Default constructor. Defaults all values to null.