xdmp:binary-is-small( $source as binary() ) as xs:boolean
Check whether a binary node is a small binary.
Parameters | |
---|---|
source | A binary node |
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.
xdmp:binary-is-small(doc("/logo.gif")/binary()) => true if the binary content is below the large size threshold.
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.