flexrep.pullGetName

flexrep.pullGetName(
   pull as element(flexrep.pull)
) as String

Summary

This function returns the name of the specified pull configuration.

Parameters
pull The pull replication configuration returned by the flexrep.pullGet function.

Example

const flexrep = require('/MarkLogic/flexrep');

  let pullConfig = flexrep.pullGet(13991089731050213376, true); 

  flexrep.pullGetName(pullConfig); 
 
  // Returns the name of the specified pull configuration.
   
Powered by MarkLogic Server | Terms of Use | Privacy Policy