Relativity.DTSearch.V1.DTSearchIndexManager.Models.DtSearchDocumentProgressResponse public class DtSearchDocumentProgressResponse Documentation public int ArtifactID { get; set; } public int IndexID { get; set; } public long SizeInBytes { get; set; } public DateTime StartTimeUTC { get; set; } public int SubIndexID { get; set; } public DtSearchDocumentProgressResponse()