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

Adding ListBlobs to containers and folders that returns an seq<ICloudBlob> #61

Closed ahmelsayed closed 9 years ago

ahmelsayed commented 9 years ago

Fixes #57

I couldn't get tests to run at all on my machine so I'm not sure about the new ones I added.

isaacabraham commented 9 years ago

Will try to go through this tonight - my original idea was that rather than return ICloudBlobs, we'd return the provided type blobs (Page / Block). Perhaps a Path is still a good idea.

ahmelsayed commented 9 years ago

oh I see. Then you can ignore this PR then as it's neither :) I just saw the up-for-grabs label and thought I could take a crack at it, but I should have clarified more I guess