code/KustoCopyConsole/Kusto/Data/ExtentDate.cs (
4
lines of code) (
raw
):
namespace KustoCopyConsole.Kusto.Data { public record ExtentDate(string ExtentId, DateTime MinCreatedOn); }