aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.Telemetry/Kusto Scripts/Create Events Table.kql
diff options
context:
space:
mode:
Diffstat (limited to 'Software/Visual_Studio/Tango.Telemetry/Kusto Scripts/Create Events Table.kql')
-rw-r--r--Software/Visual_Studio/Tango.Telemetry/Kusto Scripts/Create Events Table.kql13
1 files changed, 13 insertions, 0 deletions
diff --git a/Software/Visual_Studio/Tango.Telemetry/Kusto Scripts/Create Events Table.kql b/Software/Visual_Studio/Tango.Telemetry/Kusto Scripts/Create Events Table.kql
new file mode 100644
index 000000000..e5fbf14a6
--- /dev/null
+++ b/Software/Visual_Studio/Tango.Telemetry/Kusto Scripts/Create Events Table.kql
@@ -0,0 +1,13 @@
+.create table EventsTable (
+ SerialNumber: string,
+ MachineType: string,
+ Environment: string,
+ Organization: string,
+ Site: string,
+ CreatedTime: datetime,
+ UploadTime: datetime,
+ ID: string,
+ HostName: string,
+ EventTypeGuid: string,
+ Description: string
+) \ No newline at end of file