flexrep.pullGetUrls( pull as element(flexrep.pull) ) as Sequence
This function returns the URLs associated with the specified pull configuration.
Parameters | |
---|---|
pull | The pull configuration. |
// Execute against a Replica database. const flexrep = require('/MarkLogic/flexrep'); let pullConfig = flexrep.pullGet(13991089731050213376, true); flexrep.pullGetUrls(pullConfig); // Returns the target URLs associated with the specified pull configuration.