struct PlaceOS::API::Models::QueryResult(T)
- PlaceOS::API::Models::QueryResult(T)
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
placeos/api/models/query_result.crConstructors
Instance Method Summary
-
#results : Array(T)
Results from the query.
-
#total : Int32
The total number of results matching the query.
Constructor Detail
Instance Method Detail
def total : Int32
#
The total number of results matching the query. This includes the full count available, but not shown in results due to paging limits.