
xdmp:database-encryption-at-rest( $database-id as xs:unsignedLong ) as xs:string
Returns the encryption at rest setting for the database identified by database-id
| Parameters | |
|---|---|
| database-id | The ID of the database. |
xquery version "1.0-ml";
let $dbid := xdmp:database("Documents")
return xdmp:database-encryption-at-rest($dbid)
==> 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.