xdmp.databaseEncryptionAtRest

xdmp.databaseEncryptionAtRest(
   database-id as (Number|String)
) as String

Summary

Returns the encryption at rest setting for the database identified by database-id

Parameters
database-id The ID of the database.

Example

xdmp.databaseEncryptionAtRest(xdmp.database("Documents"));
==> on
(: returns the encryption at rest setting :)
Powered by MarkLogic Server | Terms of Use | Privacy Policy