MarkLogic XCC/.Net Library

ResultItem.Fetchable Property

Indicates if the value of this ResultItem may be fetched. For large values that are streamed, this method will return false after AsInputStream() or AsReader() is called.

[Visual Basic]
Property Fetchable As Boolean
[C#]
bool Fetchable {get;}

See Also

ResultItem Interface | Marklogic.Xcc Namespace