跳到主内容
预览中

Session windows in Azure Stream Analytics

发布日期:五月 09, 2018

A session window is a new feature that's available in Azure Stream Analytics. It creates dynamic temporal windows of variable sizes based on batches of incoming data. It therefore enables users to filter out periods of time where there is no data.

With three main parameters—timeout, maximum duration, and partitioning key (optional)—a session window helps developers easily build solutions for scenarios such as clickstream analytics, connected car telemetry, and many more.

For more information, see the blog post.

  • Azure 流分析
  • Features

相关产品