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

Add support for Path property. #57

Closed isaacabraham closed 8 years ago

isaacabraham commented 9 years ago

It would be useful on every folder to have a "Path" property - this can be used in conjunction with ListBlobs to retrieve all child blobs. Either that or have a ListBlobs function on the folder.