diff options
Diffstat (limited to 'Software/Visual_Studio/Tango.Telemetry/Kusto Scripts/Create MachineStatuses Table.kql')
| -rw-r--r-- | Software/Visual_Studio/Tango.Telemetry/Kusto Scripts/Create MachineStatuses Table.kql | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Software/Visual_Studio/Tango.Telemetry/Kusto Scripts/Create MachineStatuses Table.kql b/Software/Visual_Studio/Tango.Telemetry/Kusto Scripts/Create MachineStatuses Table.kql new file mode 100644 index 000000000..b109eebdd --- /dev/null +++ b/Software/Visual_Studio/Tango.Telemetry/Kusto Scripts/Create MachineStatuses Table.kql @@ -0,0 +1,12 @@ +.create table MachineStatusesTable ( + SerialNumber: string, + MachineType: string, + Environment: string, + Organization: string, + Site: string, + CreatedTime: datetime, + UploadTime: datetime, + State: string, + OverallTemperature: real, + Status: dynamic +) |
