xdmp.databaseEncryptionAtRest( database-id as (Number|String) ) as String
Returns the encryption at rest setting for the database identified by database-id
Parameters | |
---|---|
database-id | The ID of the database. |
xdmp.databaseEncryptionAtRest(xdmp.database("Documents")); ==> on (: returns the encryption at rest setting :)
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.