sec.securityVersion

sec.securityVersion() as Number

Summary

Returns the current version of the security database.

Usage Notes

This function must be executed against the security database.

Example


// Execute this against the security database.
declareUpdate();
const sec = require('/MarkLogic/security');

sec.securityVersion();

// Returns current version of security database. 
// Example ==> 90007
   
Powered by MarkLogic Server | Terms of Use | Privacy Policy