-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathStreamJobSetup.json
More file actions
90 lines (90 loc) · 2.84 KB
/
StreamJobSetup.json
File metadata and controls
90 lines (90 loc) · 2.84 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
"Location": "West US",
"Name": "WeatherDataProcessor",
"Properties": {
"CreatedDate": "2016-06-28T17:09:18.137Z",
"DataLocale": "en-US",
"Etag": "5003a4c1-24c5-4c07-b9a9-68219e764b54",
"EventsLateArrivalMaxDelayInSeconds": 5,
"EventsOutOfOrderMaxDelayInSeconds": 0,
"EventsOutOfOrderPolicy": "Adjust",
"Functions": [],
"Inputs": [
{
"Name": "RawSensorData",
"Properties": {
"DataSource": {
"Properties": {
"ConsumerGroupName": null,
"EventHubName": "sensordata",
"ServiceBusNamespace": "homecentertelem",
"SharedAccessPolicyKey": null,
"SharedAccessPolicyName": "StreamProcessor"
},
"Type": "Microsoft.ServiceBus/EventHub"
},
"Diagnostics": null,
"Etag": "0bfbff02-3920-40a1-b8e7-0a5f2a80ed4d",
"Serialization": {
"Properties": {
"Encoding": "UTF8",
"Format": null
},
"Type": "Json"
},
"Type": "Stream"
}
}
],
"JobId": "f0ebb095-c225-4650-9823-207dc4fce79e",
"JobState": "Stopped",
"LastOutputEventTime": "2016-06-29T03:53:15Z",
"Outputs": [
{
"Name": "WindowedSensorData",
"Properties": {
"DataSource": {
"Properties": {
"Container": "mam",
"DateFormat": "yyyy/MM/dd",
"PathPattern": "ouput/{date}/{time}",
"StorageAccounts": [
{
"AccountKey": null,
"AccountName": "homecenter0628"
}
],
"TimeFormat": "HH"
},
"Type": "Microsoft.Storage/Blob"
},
"Diagnostics": null,
"Etag": "8d642314-a4ff-4c81-9023-0833538c9765",
"Serialization": {
"Properties": {
"Encoding": "UTF8",
"Format": "LineSeparated"
},
"Type": "Json"
}
}
}
],
"OutputStartMode": "JobStartTime",
"OutputStartTime": "2016-06-29T03:30:44.727Z",
"ProvisioningState": "Succeeded",
"Sku": {
"Name": "Standard"
},
"Transformation": {
"Name": "Transformation",
"Properties": {
"Etag": "389195e0-b105-44df-bda6-c030071b6392",
"Query": "SELECT avg(hmdt) as hmdt, \r\n avg(temp) as temp, \r\n device,\r\n 0 as minTemp, \r\n 150 as maxTemp, \r\n 75 as targetTemp, \r\n 0 as minHmdt,\r\n 100 as maxHmdt, \r\n 35 as targetHmdt \r\nINTO\r\n [WindowedSensorData]\r\nFROM\r\n [RawSensorData]\r\nGROUP BY TUMBLINGWINDOW(ss, 5), device",
"StreamingUnits": 1
}
}
},
"Tags": null,
"Type": "Microsoft.StreamAnalytics/streamingjobs"
}