tieredstorage.databasePartitions

tieredstorage.databasePartitions(
   database-id as (Number|String)
) as Sequence

Summary

This function returns the names of the partitions in the named database. For details, see Tiered Storage in the Administrator's Guide.

Parameters
database-id ID of the database in containing the partitions.

Example

// Returns the names of the partitions in the Documents database.

const ts = require('/MarkLogic/tieredstorage');

ts.databasePartitions(xdmp.database('Documents'));
   
Powered by MarkLogic Server | Terms of Use | Privacy Policy