Loading TOC...

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

Stack Overflow iconStack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.