updated datatype from float to decimal
This commit is contained in:
Родитель
8b539ef294
Коммит
639d70f875
|
@ -36,7 +36,7 @@ namespace CollectSFData.Kusto
|
|||
{
|
||||
new KustoCsvSchema() { Name = "Timestamp", DataType = "datetime", Ordinal = count++ },
|
||||
new KustoCsvSchema() { Name = "CounterName", DataType = "string", Ordinal = count++ },
|
||||
new KustoCsvSchema() { Name = "CounterValue", DataType = "float", Ordinal = count++ },
|
||||
new KustoCsvSchema() { Name = "CounterValue", DataType = "decimal", Ordinal = count++ },
|
||||
new KustoCsvSchema() { Name = "Object", DataType = "string", Ordinal = count++ },
|
||||
new KustoCsvSchema() { Name = "Counter", DataType = "string", Ordinal = count++ },
|
||||
new KustoCsvSchema() { Name = "Instance", DataType = "string", Ordinal = count }
|
||||
|
|
Загрузка…
Ссылка в новой задаче