You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently CosmosDbCollection uses both DocumentClient and Container to access the database. These api's use different serialization options which means sometimes the configured Json.NET settings (date-handling etc) are used and sometimes they aren't. I assume both api's are currently used to support bulk operations. Hopefully that is no longer needed: https://docs.microsoft.com/sv-se/azure/cosmos-db/how-to-migrate-from-bulk-executor-library and we can use just the Container where serialization can be replaced when creating the CosmosDbClient.
Interestring links:
Currently
CosmosDbCollection
uses bothDocumentClient
andContainer
to access the database. These api's use different serialization options which means sometimes the configured Json.NET settings (date-handling etc) are used and sometimes they aren't. I assume both api's are currently used to support bulk operations. Hopefully that is no longer needed: https://docs.microsoft.com/sv-se/azure/cosmos-db/how-to-migrate-from-bulk-executor-library and we can use just theContainer
where serialization can be replaced when creating theCosmosDbClient
.Interestring links:
The text was updated successfully, but these errors were encountered: