Azure / azure-cosmosdb-bulkexecutor-dotnet-getting-started

Bulk Executor Utility for Azure Cosmos DB .NET SQL API
MIT License
66 stars 41 forks source link

Missing Documentation for RemoveUpdateOperation #43

Open ghost opened 5 years ago

ghost commented 5 years ago

Not seeing this operation works on bulkupdate. Do we have example for implementation.

andremaree commented 5 years ago

I see that it does work when the array is of a simple type like int eg: [0,1,2], but it does not work for an array of complex type like object or [{"key":"value"}]