SQL2K8R2: StreamInsight changes at RTM: Hopping Windows

Posted by Greg Low on SQL Blog See other posts from SQL Blog or by Greg Low
Published on Fri, 07 May 2010 02:54:00 GMT Indexed on 2010/05/07 3:09 UTC
Read the original article Hit count: 325

Filed under:
We've been working on updating our demos and samples for the RTM changes of StreamInsight. I'll detail these as I come across them. The first is that there is a change to the HoppingWindow. The first two parameters are the same in the constructor but the third parameter is now required. It is the HoppingWindowOutputPolicy. Currently, there is only a single option for this which is ClipToWindowEnd. So you can create a HoppingWindow like this: var queryOutput = from w in input.HoppingWindow ( TimeSpan...(read more)

© SQL Blog or respective owner