xdmp.forestDatabaseReplicationSuspend

xdmp.forestDatabaseReplicationSuspend(
   forest-ID as (Number|String)[]
) as null

Summary

Suspend database replication with the specified forest IDs.

Parameters
forest-ID forest IDs.

Required Privileges

http://marklogic.com/xdmp/privileges/xdmp-forest-database-replication-suspend

http://marklogic.com/xdmp/privileges/xdmp-forest-database-replication-suspend/forest/{id}

http://marklogic.com/xdmp/privileges/xdmp-forest-database-replication-suspend/database/{id}

Usage Notes

To suspend database replication on a database, find all the open forests in the database and use xdmp.forestDatabaseReplicationSuspend on each forest.

Example

xdmp.forestDatabaseReplicationSuspend(98394839084390843)
=> ()
Powered by MarkLogic Server | Terms of Use | Privacy Policy