c# - RavenDB batch update -


I am trying to update the batch for a list of raven documents. The code below

  var result = documentStore.DatabaseCommands.Batch (documents.Select (d = & gt; New PutCommandData {document = RavenJObject.FromObject (d), Etag = null, key = D id, metadata = new raven joebase (),}). OfType & lt; ICommandData & gt; ());  

Although there is no exception and the correct update timestamp occurs in the result of the batch, none of the updated documents in Raven.

The same result

Has anyone experienced the same behavior? It seems that I'm missing something with batch updates.

Appreciate any help and concerns.

Comments

Popular posts from this blog

java - org.apache.http.ProtocolException: Target host is not specified -

Powerbuilder 12.1 and DataWindow in Design vs Debug and Executable/Runtime -

css3 - HTML Block Anchor element only half clickable in Chrome -