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
Post a Comment