ViewRow
class ViewRow (View source)
Object for accessing a row returned as a part of the results from a viery query.
Methods
string|null
id()
Returns the id of the row
key()
Returns the key of the document
value()
Returns the value of the row
document()
Returns the corresponding document for the row, if enabled
Details
string|null
id()
Returns the id of the row
key()
Returns the key of the document
value()
Returns the value of the row
document()
Returns the corresponding document for the row, if enabled