Relativity.Compute.dtSearch.Services.Interfaces.Models.DtSearchIndexStatisticsResponse public class DtSearchIndexStatisticsResponse Documentation public string BuildTime { get; set; } public long DocumentCount { get; set; } public long IndexSize { get; set; } public string LastBuiltOn { get; set; } public string LastModifiedOn { get; set; } public string Name { get; set; } public DtSearchIndexStatisticsResponse()