You have to implement Azure Stream Analytics Functions as part of your data streaming solution.
The solution has the following requirements:
- Segment the data stream into distinct time segments that do not repeat or overlap
- Segment the data stream into distinct time segments that repeat and can overlap
- Segment the data stream to produce an output when an event occurs
Which of the following windowing function would you use for the following requirement?
`Segment the data stream into distinct time segments that do not repeat or overlap`