
flexrep:pull-get( $domain-id as xs:unsignedLong, [$assert as xs:boolean] ) as element(flexrep:pull)*
This function returns the pull replication configuration for the specified domain.
(: Execute against a Replica database. :)
xquery version "1.0-ml";
import module namespace flexrep = "http://marklogic.com/xdmp/flexible-replication"
at "/MarkLogic/flexrep.xqy";
flexrep:pull-get(9535475951259984368, fn:true())
(: Returns the Pull Configuration for the specified domain. :)
http://marklogic.com/xdmp/privileges/flexrep-admin
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.