flexrep:pull-get-all

flexrep:pull-get-all() as element(flexrep:pull)*

Summary

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

Example

  (: Execute against a Master database. :)  
  xquery version "1.0-ml"; 

  import module namespace flexrep = "http://marklogic.com/xdmp/flexible-replication" 
      at "/MarkLogic/flexrep.xqy";

  flexrep:pull-get-all()

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