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
{{ message }}
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.
According to the documentation there should be a FailedUpdates property on the BulkUpdateResponse class.
After having performed an update on appr. 325K records, about 700 were not updated (after checking directly in CosmosDb). There is already an issue submitted for this bug (issue 50). But I had hoped that the updates that were not updated would have been present in the FailedUpdates property.
But unfortunately this property, which is described in the documentation, is not implemented in version 2.3.0-preview2.
According to the documentation there should be a FailedUpdates property on the BulkUpdateResponse class.
After having performed an update on appr. 325K records, about 700 were not updated (after checking directly in CosmosDb). There is already an issue submitted for this bug (issue 50). But I had hoped that the updates that were not updated would have been present in the FailedUpdates property.
But unfortunately this property, which is described in the documentation, is not implemented in version 2.3.0-preview2.
See: https://docs.microsoft.com/en-us/dotnet/api/microsoft.azure.cosmosdb.bulkexecutor.bulkupdate.bulkupdateresponse.failedupdates?view=azure-dotnet#Microsoft_Azure_CosmosDB_BulkExecutor_BulkUpdate_BulkUpdateResponse_FailedUpdates
The text was updated successfully, but these errors were encountered: