Loading TOC...

flexrep:configuration-target-get-immediate-push

flexrep:configuration-target-get-immediate-push(
   $cfg as element(flexrep:configuration),
   $target-id as xs:unsignedLong
) as xs:boolean

Summary

Get the immediate push flag for a target.

Parameters
cfg The replication configuration.
target-id The target ID.

Example


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 iconStack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.