flexrep:configuration-target-get-immediate-push( $cfg as element(flexrep:configuration), $target-id as xs:unsignedLong ) as xs:boolean
Get the immediate push flag for a target.
Parameters | |
---|---|
cfg | The replication configuration. |
target-id | The target ID. |
xquery version "1.0-ml"; import module namespace flexrep = "http://marklogic.com/xdmp/flexible-replication" at "/MarkLogic/flexrep.xqy"; flexrep:configuration-target-get-immediate-push($domain-id, $target-id)
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.