xdmp:remove-orphaned-binary

xdmp:remove-orphaned-binary(
   $forestID as xs:unsignedLong,
   $binaryID as xs:unsignedLong
) as empty-sequence()

Summary

Remove an orphaned large binary

Parameters
forestID A forest ID.
binaryID The ID of an orphaned large binary.

Required Privileges

http://marklogic.com/xdmp/privileges/xdmp-remove-orphaned-binary

Example

xdmp:remove-orphaned-binary(8456374036761185098, 1236374036761185456)
Powered by MarkLogic Server | Terms of Use | Privacy Policy