<PackageReference Include="Relativity.Server.DtSearch.SDK" Version="11.17.2" />

Relativity.DTSearch.V1.DTSearchIndexManager.Models.DtSearchIndexJobProgressResponse

public bool CanActivate { get; set; }

public string ErrorMessage { get; set; }

public string IndexBuildDurationString { get; set; }

public string IndexName { get; set; }

public bool IsStageInError { get; set; }

public string JobDurationString { get; set; }

public int JobStage { get; set; }

public string JobStatus { get; set; }

public string JobType { get; set; }

public double ProgressPercentage { get; set; }

public int QueuePosition { get; set; }

public bool RetriesExist { get; set; }

public int TotalErrored { get; set; }

public int TotalIndexed { get; set; }