Loading TOC...

xdmp.streamable

xdmp.streamable(
   value as Sequence
) as Sequence

Summary

Returns a sequence of strings describing the streaming nature of the argument value.

Parameters
value The value to return the attributes from.

Usage Notes

String values returned include zero or more of the following:

Example

xdmp.streamable(cts.search("hello"));
=> "iterator"

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