You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/stream-analytics/stream-analytics-window-functions.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -151,23 +151,23 @@ Will return:
151
151
|WindowEndTime|Topic|Count|
152
152
|-|-|-|
153
153
|2021-10-26T10:15:09|Streaming|2|
154
-
|2021-10-26T10:15:24|Streaming|3|
154
+
|2021-10-26T10:15:24|Streaming|4|
155
155
|2021-10-26T10:15:31|Streaming|2|
156
156
|2021-10-26T10:15:39|Streaming|1|
157
157
158
158
## Snapshot window
159
159
160
160
[**Snapshot**](/stream-analytics-query/snapshot-window-azure-stream-analytics) windows group events that have the same timestamp. Unlike other windowing types, which require a specific window function (such as [SessionWindow()](/stream-analytics-query/session-window-azure-stream-analytics), you can apply a snapshot window by adding System.Timestamp() to the GROUP BY clause.
0 commit comments