flexrep.pullGetAll

flexrep.pullGetAll() as Sequence

Summary

This function returns the pull replication configurations for all of the domains.

Example

//Execute against a Master database. 

const flexrep = require('/MarkLogic/flexrep');
  
  flexrep.pullGetAll();

  // Returns the Pull Configurations for all of the domains.
     
   

Required Privileges

http://marklogic.com/xdmp/privileges/flexrep-admin

Powered by MarkLogic Server | Terms of Use | Privacy Policy