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