flexrep.pullGetName( pull as element(flexrep.pull) ) as String
This function returns the name of the specified pull configuration.
Parameters | |
---|---|
pull |
The pull replication configuration returned by the
flexrep.pullGet
function.
|
const flexrep = require('/MarkLogic/flexrep'); let pullConfig = flexrep.pullGet(13991089731050213376, true); flexrep.pullGetName(pullConfig); // Returns the name of the specified pull configuration.
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.