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

Individuals for Tables #34

Open isaacabraham opened 10 years ago

isaacabraham commented 10 years ago

We should supply Individuals for Tables so that you can quickly get at e.g. the first 10 rows of a table or something like that. The SQL Type Provider is a good place to see how this has been done and we could try to replicate that behaviour.