Christian Eder

Results 2 issues of Christian Eder

### Library name Azure.Data.Tables ### Please describe the feature. In the "old" SDKs such as `Microsoft.WindowsAzure.Storage.Table`, there was a class called `TableEntityAdapter` which implemented the `ITableEntity` interface and allowed to...

Client
customer-reported
question
feature-request
Tables
needs-team-attention

[This](https://github.com/Azure/TypeEdge/blob/156023ce3543e423227f8ed309f46e8dd3dc5f81/Microsoft.Azure.TypeEdge/Twins/TypeTwin.cs#L82) line of code in the TypeTwin class and also the [JsonFlatteningConverter](https://github.com/Azure/TypeEdge/blob/156023ce3543e423227f8ed309f46e8dd3dc5f81/Microsoft.Azure.TypeEdge/Twins/JsonFlatteningConverter.cs) seem to work in a way that complex objects in Module twins are not really supported. Instead, they...