
admin.forestGetLargeDataDirectory( config as element(configuration), forest-id as (Number|String) ) as String
This function returns the name of the large data directory of the specified forest.
http://marklogic.com/xdmp/privileges/admin/forest
http://marklogic.com/xdmp/privileges/admin/forest/{id}
  
  const admin = require('/MarkLogic/admin.xqy');
  const config = admin.getConfiguration()
  admin.forestGetLargeDataDirectory(config,
         admin.forestGetId(config, "test"))