.net - Write Azure stream analytics output to Azure Tables -


i want write stream analytics output azure tabale. wrote below query it:

select * azuretable datasource; 

but cannot see data in table. pointers?

i figured out. problem in values of partition key , row keys values. these values should exists in data model, in case should part of input of stream analytics. example, if put row key = time , partition key = recordid time , recordid should valid properties present in input data model.


Comments

Popular posts from this blog

ios - RestKit 0.20 — CoreData: error: Failed to call designated initializer on NSManagedObject class (again) -

laravel - PDOException in Connector.php line 55: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES) -

java - Digest auth with Spring Security using javaconfig -