AzureStorageTypeProvider
AzureStorageTypeProvider copied to clipboard
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.
### Description Cosmos DB now supports Tables (https://docs.microsoft.com/en-us/azure/cosmos-db/create-table-dotnet). This appears at this stage to be a wrapper around the existing table store but with support for secondary indexes and a...
### Description Error FS3033 The type provider 'ProviderImplementation.AzureTypeProvider' reported an error: Could not load file or assembly 'System.Configuration.ConfigurationManager, Version=4.0.1.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51' or one of its dependencies. The system cannot find...
There are some interfaces that we could support that would better support data binding scenarios. Have a look at the other type providers out there for how this could be...
We should provide the ability for the TP to generate a schema file for offline use from a live data store. This would give the best of both worlds -...
There's no support for Append blobs at the moment.
@tforkmann have you noticed this at all?
Look at top n rows e.g. 100 and derive a distinct list of partitions.
Related to #66. We currently only load types for blobs as the containing folder is accessed. This can sometimes cause problems (although not as much as with tables) in terms...
This can be accomplished using the continuation token in Azure Table Storage.
Currently the TP doesn't really support binding redirects - we're forced to lock down to minimum versions of transitive dependencies, including JSON .NET, all of the Storage SDK transitives etc.....