I can't seem to find a way to open a file geodatabase from a .Net Stream - is it possible in the current version? If not; is it on the roadmap?
I need this, and probably others to, to open a file geodatabase from things like Azure Blob.
My current solution, which I haven't tried yet, is to write the file to my WebApp local storage and open it from there. This is a hassle and I can't see why the SDK shouldn't be able to just take a Stream.