xdmp.getOrphanedBinaries

xdmp.getOrphanedBinaries(
   id as (Number|String)
) as Sequence

Summary

Returns a sequence of the IDs of all orphaned large binaries in a given forest.

Parameters
id A forest ID.

Required Privileges

http://marklogic.com/xdmp/privileges/xdmp-get-orphaned-binaries

Example

xdmp.getOrphanedBinaries(xdmp.forest("my-forest"));
=>
1236374036761185456
1236378936761185098
1256374036761185951
Powered by MarkLogic Server | Terms of Use | Privacy Policy