code/KustoCopyConsole/Entity/RowType.cs (14 lines of code) (raw):

namespace KustoCopyConsole.Entity { public enum RowType { Unspecified, FileVersion, Activity, Iteration, TempTable, Block, Url, Extent } }