namespace View_by_Distance.PrepareForOld.Models.SaveTabSeparatedValues; public class IndexInfo { public int Index { get; set; } public string[]? FileSegmentCollection { get; set; } public DateTime DateTime { get; set; } }