<PackageReference Include="Relativity.Identity.SDK" Version="2.6.2" />

SearchIndexRef

public class SearchIndexRef
Represents a key or reference to a search provider.
public int ArtifactID { get; set; }

Gets or sets the Artifact ID of a search provider.

public string Name { get; set; }

Gets or sets the user-friendly name of a search provider.

public SearchIndexRef()