FSharp.Azure.Storage icon indicating copy to clipboard operation
FSharp.Azure.Storage copied to clipboard

F# API for using Microsoft Azure Table Storage service

Results 8 FSharp.Azure.Storage issues
Sort by recently updated
recently updated
newest added

Azure.Data.Tables is described as the next actively maintained library to use Cosmos DB and Azure Tables. FSharp.Azure.Storage should use Azure.Data.Tables instead of Microsoft.Azure.Cosmos.Table to make sure that the actively maintained...

Records `EntityIdentifier`, `OperationResult`, `EntityMetadata` have only 2 fields which means that making them structs is efficient option.

Hi, this is more of a draft to get feedback on whether this is a wanted change. When using Azure Functions, the Azure Table binding will give you a Cloud...

I spent the past few months working on [FSharp.AWS.DynamoDB](https://github.com/fsprojects/FSharp.AWS.DynamoDB), a library directly influenced by FSharp.Azure.Storage. Even though DynamoDB is a different beast to Azure's Table Storage, I experimented with a...

Hi, Let me start by saying that this is a great library, we are investigating on adopting it for the implementation of MBrace.Azure, to replace direct manipulation of the cumbersome...

While not a supported primitive by Azure, TimeSpan is a useful type to include in this library. It can be easily stored and queried using the Ticks representation.

I have identified a slight shortcoming in the way that the merge operation is exposed in the library. The problem is that you are always forced to update each and...

It looks like `inTableAsBatch` and `inTableAsBatchAsync` both take a sequence of `Operation