fsprojects / AzureStorageTypeProvider

An F# Azure Type Provider which can be used to explore Blob, Table and Queue Azure Storage assets and easily apply CRUD operations on them.
http://fsprojects.github.io/AzureStorageTypeProvider/
The Unlicense
84 stars 34 forks source link

Proposed resolution for issue #19 #71

Closed stewart-r closed 8 years ago

stewart-r commented 8 years ago

I believe this provides the required functionality.

I got myself all tangled up in git-land trying to merge & push this with the upstream changes - I THINK I have resolved it ok but git is definitely not my strongest suit (we use TFS at work).

Just let me know if I made a mistake.

isaacabraham commented 8 years ago

Thanks for this :-)

I think that this will need a bit more - AFAIK (and I might be wrong here) - if the partition is large, data is returned in batches and there's an etag to continue the partition with. Can you just check if that's the case in the Azure docs or not?

Also - it looks like you've committed a FAKE dll and svclog etc. - can you kill them from the PR (don't know how!)?

stewart-r commented 8 years ago

Ah - gotcha. Thanks Isaac, Ill have a look.

stewart-r commented 8 years ago

Just closing this just now to stop notification spam whilst I tussle with git!