flexrep:configuration-domain-ids

flexrep:configuration-domain-ids() as xs:unsignedLong*

Summary

This function returns the IDs of the domains configured for the Master database.

Example

  xquery version "1.0-ml"; 

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

  flexrep:configuration-domain-ids  ( )

  (: Returns the IDs of the domains used by the database on which the query 
     is executed. )
     

Required Privileges

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

Powered by MarkLogic Server | Terms of Use | Privacy Policy