Loading TOC...

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.
   

Stack Overflow iconStack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.