Loading TOC...

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

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