DtSearchSubIndexResponse public class DtSearchSubIndexResponse Documentation public string BuildStatus { get; set; } public int DtSearchIndexId { get; set; } public int DtSearchSubIndexId { get; set; } public int ErroredDocumentCount { get; set; } public string ErrorMessage { get; set; } public int FragmentationLevel { get; set; } public int IndexedDocumentCount { get; set; } public string IndexLocation { get; set; } public string IsWorkerAgentEnabled { get; set; } public string RepositoryName { get; set; } public string SubIndexLocation { get; set; } public int TotalDocumentCount { get; set; } public string WorkerAgent { get; set; } public DtSearchSubIndexResponse()