ScanResult

Undocumented in source.

Constructors

this
this(string cursor, List!(T) results)
Undocumented in source.

Members

Functions

getCursor
string getCursor()

Returns the new value of the cursor @return the new cursor value. {@link ScanParams#SCAN_POINTER_START} when a complete iteration has finished

getCursorAsBytes
string getCursorAsBytes()
Undocumented in source. Be warned that the author may not have intended to support it.
getResult
List!(T) getResult()

The scan results from the current call. @return the scan results

isCompleteIteration
bool isCompleteIteration()

Is the iteration complete. I.e. was the complete dataset scanned.

Meta