xdmp.databaseIsRebalancerEnable( databaseId as String ) as Boolean
This function returns the rebalancer enable setting for the specified database.
Parameters | |
---|---|
databaseId | The ID of the database. |
var dbId := xdmp.database("myDatabase"); xdmp.databaseIsRebalancerEnable(dbId) // returns the rebalancer enable setting