Loading TOC...

xdmp:get-orphaned-binaries

xdmp:get-orphaned-binaries(
   $id as xs:unsignedLong
) as xs:unsignedLong*

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:get-orphaned-binaries(8456374036761185098)
=> 
1236374036761185456
1236378936761185098
1256374036761185951

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