Views
Views
_**_Import
Methods
run(name, options) passthru(name, options)
run(name, options)
Run a stored View.
Arguments
name
(String) the view nameoptions
where
map
group
sort
paths
limit
skip
pipeline
Returns
Object[]
passthru(name, options)
Runs a stored View and returns a cursor (without fetching any results) which can be returned from a route script and streamed directly through the api. See QueryCursor.passthru()
Arguments
name
(String) the view nameoptions
where
map
group
sort
paths
limit
skip
pipeline
Returns
Last updated