flexrep:inbound-filter-delete

flexrep:inbound-filter-delete() as empty-sequence()

Summary

This function deletes the inbound filter for this database. If no filter is currently configured, an error will be thrown.

Example

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

flexrep:inbound-filter-delete().
    

Required Privileges

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

Powered by MarkLogic Server | Terms of Use | Privacy Policy