Skip to content

Commit c084a91

Browse files
author
Florian Eiden
authored
Update session window file name
1 parent 26877f4 commit c084a91

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
@@ -41,7 +41,7 @@ The output of the window will be single event based on the aggregate function us
4141

4242
[**Session**](/stream-analytics-query/session-window-azure-stream-analytics) window functions group events that arrive at similar times, filtering out periods of time where there is no data. It has three main parameters: timeout, maximum duration, and partitioning key (optional).
4343

44-
![Stream Analytics session window 5 mins timeout & 10 mins maximum](media/stream-analytics-window-functions/streamanalytics-sessionwindow.png)
44+
![Stream Analytics session window 5 mins timeout & 10 mins maximum](media/stream-analytics-window-functions/stream-analytics-session-window.png)
4545

4646
A session window begins when the first event occurs. If another event occurs within the specified timeout from the last ingested event, then the window extends to include the new event. Otherwise if no events occur within the timeout, then the window is closed at the timeout.
4747

0 commit comments

Comments
 (0)