Skip to content

Commit aa49bf7

Browse files
committed
.
1 parent e211d9c commit aa49bf7

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
using System;
2+
using System.Collections.Generic;
3+
using System.Linq;
4+
using System.Text;
5+
using System.Threading.Tasks;
6+
7+
namespace KustoCopyConsole.Kusto.Data
8+
{
9+
internal record RecordDistribution(
10+
string IngestionTimeStart,
11+
string IngestionTimeEnd,
12+
long Cardinality);
13+
}

0 commit comments

Comments
 (0)