Geting new versionId on marklogic node.js write with versionId -


is possible obtain new versionid when modifying document optimist locking enabled without performing read after write? @ https://docs.marklogic.com/guide/node-dev/documents#id_26261 success data doesn't containt new versionid.

it's question but, unfortunately, @ present isn't possible return version id after update.

you can perform probe (the equivalent of head request in node.js api), should less expensive read (the equivalent of request in node.js api).

you may want have customer support contact file rfe (request enhancement) return versionid after write.


Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -