Skip to content

Commit 5113cda

Browse files
authored
Update stream-analytics-window-functions.md
Change (fix) Sliding Window image... changes TIMESTEAMP to TIMESTAMP in the SQL statement in the image.
1 parent 6fbbbdb commit 5113cda

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
@@ -84,7 +84,7 @@ Will return:
8484

8585
[**Sliding**](/stream-analytics-query/sliding-window-azure-stream-analytics) windows, unlike Tumbling or Hopping windows, output events only for points in time when the content of the window actually changes. In other words, when an event enters or exits the window. So, every window has at least one event. Similar to Hopping windows, events can belong to more than one sliding window.
8686

87-
![Stream Analytics 10 second sliding window](media/stream-analytics-window-functions/stream-analytics-window-functions-sliding-intro.png)
87+
![Stream Analytics 10 second sliding window](https://user-images.githubusercontent.com/39015075/195867028-58c736ad-5e1a-4b72-9eb0-34c319c07914.png)
8888

8989
With the following input data (illustrated above):
9090

0 commit comments

Comments
 (0)