DtSearchIndexJobProgressResponse public class DtSearchIndexJobProgressResponse Documentation 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 int TotalErrored { get; set; } public int TotalIndexed { get; set; } public DtSearchIndexJobProgressResponse()