case class ViewResult(metaData: ViewMetaData, rows: Seq[ViewRow]) extends Product with Serializable
The results of a view request.
- metaData
any additional information associated with the view result
- rows
all rows returned from the view
- Since
1.0.0
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ViewResult
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
new
ViewResult(metaData: ViewMetaData, rows: Seq[ViewRow])
- metaData
any additional information associated with the view result
- rows
all rows returned from the view
Value Members
- val metaData: ViewMetaData
- val rows: Seq[ViewRow]