xdmp:binary-is-small

xdmp:binary-is-small(
   $source as binary()
) as xs:boolean

Summary

Check whether a binary node is a small binary.

Parameters
source A binary node

Usage Notes

A small binary is one whose size is below the large size threshold. See admin:database-set-large-size-threshold. For details, see "Working With Binary Documents" in the Application Developer's Guide.

Example

  xdmp:binary-is-small(doc("/logo.gif")/binary())

  => true if the binary content is below the large size threshold.
Powered by MarkLogic Server | Terms of Use | Privacy Policy