flexrep.pullGetUrls

flexrep.pullGetUrls(
   pull as element(flexrep.pull)
) as Sequence

Summary

This function returns the URLs associated with the specified pull configuration.

Parameters
pull The pull configuration.

Example

// 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.
   
Powered by MarkLogic Server | Terms of Use | Privacy Policy