I'm trying to migrate from classic Azure Table Storage to Cosmos DB with Azure Table API. Starting on a particular data I want to start copying the current incoming Microsoft.WindowsAzure.Storage.Table.TableEntity objects to Cosmos DB at the same time I write to the existing Azure Table Storage.
Is there a way to convert Microsoft.WindowsAzure.Storage.Table.TableEntity to Microsoft.Azure.Cosmos.Table.TableEntity?