Loading TOC...

xdmp.removeOrphanedBinary

xdmp.removeOrphanedBinary(
   forestID as (Number|String),
   binaryID as (Number|String)
) as null

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.removeOrphanedBinary(8456374036761185098, 1236374036761185456);

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