Fetchable | 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. |
Index | The position (zero-based) of this ResultItem in its containing ResultSequence. |
Item | Returns the actual XdmItem value wrapped by this ResultItem. The instance returned may be tested with the C# "is" type test operator. |
Cache | If this item is not already cached, read it fully from the result stream so that it is buffered in memory. If the item is already cached, this is a no-op. |
ResultItem Interface | Marklogic.Xcc Namespace |