Is it possible to access azure storage using wasb URI scheme in C#? -


can access azure blob , azure data lake store using wasb uri scheme in code behind file of u-sql activity in c#. have not observed example/sample demonstrating this, , not specified weather possible or not. if possible, please share sample/example use this.

code-behind easy way create , use assembly. code in code-behind has same restrictions around accessing external resources assembly code has.

so means cannot access blob or data lake file way.

instead, should write own custom extractor processes content of file passed in using extract statement. samples provided on github site @ https://github.com/microsoftbigdata/usql/tree/master/examples (see dataformat example extractors now, more examples extractors coming).


Comments

Popular posts from this blog

how to insert data php javascript mysql with multiple array session 2 -

multithreading - Exception in Application constructor -

windows - CertCreateCertificateContext returns CRYPT_E_ASN1_BADTAG / 8009310b -