Loading TOC...

flexrep:inbound-filter-get

flexrep:inbound-filter-get() as element(flexrep:inbound-filter)?

Summary

This function gets any inbound filter that is contained in the database, or an empty sequence if none is configured.

Example

 
xquery version "1.0-ml"; 
  
import module namespace flexrep = "http://marklogic.com/xdmp/flexible-replication" 
      at "/MarkLogic/flexrep.xqy";

flexrep:inbound-filter-get()
    

Required Privileges

http://marklogic.com/xdmp/privileges/flexrep-admin

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