Skip to content

Commit b62e7e6

Browse files
authored
Update articles/stream-analytics/stream-analytics-window-functions.md
1 parent 035fe46 commit b62e7e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/stream-analytics/stream-analytics-window-functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ When a partition key is provided, the events are grouped together by the key and
5151

5252
## Snapshot window
5353

54-
[**Snapshot**](/stream-analytics-query/snapshot-window-azure-stream-analytics) windows groups 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.
54+
[**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.
5555

5656
![Stream Analytics snapshot window](media/stream-analytics-window-functions/snapshot.png)
5757

0 commit comments

Comments
 (0)