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 Name property on BlobContainer #89

Closed gdziadkiewicz closed 8 years ago

gdziadkiewicz commented 8 years ago

@isaacabraham Did I understand the requirement in #53 correctly? If yes then this resolves #53.

I created get only property initialized with container name from constructor and added test for it.

isaacabraham commented 8 years ago

Great - thanks again!