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
We are planning have a batch transaction with different items. The library at present only accept items of single type. Would there be any support for batch with different type of items ?
Thanks
The text was updated successfully, but these errors were encountered:
Hi @susal1 we have an open issue that refers to this already, there is a fair bit of discussion on the topic. The basic batch support we have at the moment only supports documents of the same type.
https://github.com/IEvangelist/azure-cosmos-dotnet-repository/blob/main/src/Microsoft.Azure.CosmosRepository/Repositories/DefaultRepository.Batch.cs
We are planning have a batch transaction with different items. The library at present only accept items of single type. Would there be any support for batch with different type of items ?
Thanks
The text was updated successfully, but these errors were encountered: