-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
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 TableEntity API.
I was wondering if it would be possible to add support for serialized properties. For instance
Config.serializer <- JsonSerializer() // specify some kind of serializer implementation to the global state
type Record =
{ [<PartitionKey>] PartitionKey : string
[<RowKey>] RowKey : string
Name : string
[<Serialized>] Data : (string * int) [] }which would store the Data property using a json string, depending on the specified serializer implementation. Adding this feature comes with the obvious caveat that queries cannot incorporate such properties, but this is not necessarily a problem. Thoughts?
Metadata
Metadata
Assignees
Labels
No labels