aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.Telemetry/Kusto Scripts/Create JobRuns Table.kql
diff options
context:
space:
mode:
Diffstat (limited to 'Software/Visual_Studio/Tango.Telemetry/Kusto Scripts/Create JobRuns Table.kql')
-rw-r--r--Software/Visual_Studio/Tango.Telemetry/Kusto Scripts/Create JobRuns Table.kql1
1 files changed, 1 insertions, 0 deletions
diff --git a/Software/Visual_Studio/Tango.Telemetry/Kusto Scripts/Create JobRuns Table.kql b/Software/Visual_Studio/Tango.Telemetry/Kusto Scripts/Create JobRuns Table.kql
new file mode 100644
index 000000000..29d63fa0a
--- /dev/null
+++ b/Software/Visual_Studio/Tango.Telemetry/Kusto Scripts/Create JobRuns Table.kql
@@ -0,0 +1 @@
+.create table JobRunsTable (ID: string, SerialNumber: string, MachineType: string, Environment: string, Organization: string, Site: string, CreatedTime: datetime, UploadTime: datetime, JobName: string, Kind: string, Thread: string, NumberOfUnits: int, InterSegmentLength: int, LubricationEnabled: bool, SpoolTypeDistribution: int, NumberOfSpools: int, LogicalLength: real, ActualLength: real, TotalLength: real, StartPosition: real, EndPosition: real, Distance: real, StartTime: datetime, EndTime: datetime, Duration: timespan, HeatingDuration: timespan, Status: string, OutputCyan: long, OutputMagenta: long, OutputYellow: long, OutputBlack: long, OutputLightCyan: long, OutputLightMagenta: long, OutputLightYellow: long, OutputBlue: long, OutputLightBlue: long, OutputOrange: long, OutputLightOrange: long, OutputRubine: long, OutputLightRubine: long, OutputNavy: long, OutputViolet: long, OutputTransparent: long, OutputLubricant: long, FailureReason: string, ApplicationVersion: string, FirmwareVersion: string, Segments: dynamic, FineTuning: dynamic, ProcessParameters: dynamic) \ No newline at end of file