Loading TOC...

admin.databaseForeignReplicaGetConnectForestsByName

admin.databaseForeignReplicaGetConnectForestsByName(
   foreign-replica as element(db.foreignReplica)
) as Boolean

Summary

This function returns the connect-forests-by-name setting from the replica database configuration. This function must be executed on the master cluster.

Parameters
foreign-replica The configuration element for the foreign replicas.

Example


  let admin = require("/MarkLogic/admin.xqy")
  let cfg = admin.getConfiguration()
  let freplica = admin.databaseGetForeignReplicas(cfg, xdmp.database("Documents"))
  admin.databaseForeignReplicaGetConnectForestsByName(fn.head(freplica))
    

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