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

Fetch blob container metadata #106

Closed alex-bogomaz closed 7 years ago

alex-bogomaz commented 7 years ago

Please review this PR. This is for #102. Contains:

  1. GetProperties for blob container
  2. added missing fields to BlobMetadata
isaacabraham commented 7 years ago

Thanks!!