AzureStorageTypeProvider
AzureStorageTypeProvider copied to clipboard
Provide the ability to lazily yield rows from Table storage
This can be accomplished using the continuation token in Azure Table Storage.
Not sure how this would work in the context of Async though.
Something like this?
http://tomasp.net/blog/async-sequences.aspx/
Yeah, I had thought of that. I think it's probably overkill to add an entire CE just for this though. An alternative is to simply leaves things as they are or to only add it in for the synchronous version.