Loading TOC...

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 :)

Stack Overflow iconStack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.