AzureStorageTypeProvider icon indicating copy to clipboard operation
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.

Results 21 AzureStorageTypeProvider issues
Sort by recently updated
recently updated
newest added

### 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...

enhancement
table storage

### 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...

bug

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...

enhancement
table storage
up-for-grabs

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 -...

enhancement
table storage
blob storage

There's no support for Append blobs at the moment.

enhancement
blob storage

@tforkmann have you noticed this at all?

Look at top n rows e.g. 100 and derive a distinct list of partitions.

enhancement
table storage

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...

blob storage
on hold

This can be accomplished using the continuation token in Azure Table Storage.

enhancement
table storage
on hold

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.....

chore