Forum Discussion
tgs
9 years agoNew Member
stream analytics as streaming dataset source
I've seen multiple examples in the internet where the new streaming dataset is used. All the examples have three options for the data source (see picture): API Stream Analytics PUBNUB ...
bjagpal
9 years agoFrequent Visitor
Yes, it worked perfectly. The revised ASA query is shown below. Can I be informed of the ASA streaming dataset private preview when it becomes available?
Thanks.
Select
CAST (timecreated AS datetime) as timecreated,
CAST (Out AS bigint) as Out,
CAST (Ex AS bigint) as Ex,
CAST (Rm AS bigint) as Rm,
Name
from devicesinput TIMESTAMP by timecreated
sirui_sun
9 years agoMicrosoft Employee
Of course. Please PM me with your e-mail address, and I will add you to the private preview list. When private preview begins, I will reach out with next steps.