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

Support optionals #85

Closed isaacabraham closed 8 years ago

isaacabraham commented 8 years ago

Support for Option fields, inferred from missing fields across the sample of rows used for schema generation.

isaacabraham commented 8 years ago

Closes #36.

dsyme commented 8 years ago

Awesome!