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

Blobs are not properties #29

Closed isaacabraham closed 10 years ago

isaacabraham commented 10 years ago

Blobs are currently all just static types that happen to have the same shape. They should be (static) properties on the container that implement an interface (or interfaces) - this would allow the user to operate on multiple files with collection operations.