Views

const Views = org.objects.views;
// import Views from 'views';
// const Views = CortexObject.as('views');

Methods

run(name, options)

run(name, options)

Run a stored View.

Arguments

  • name (String) the view name (eg. "c_daily_totals")
  • options
    • where
    • map
    • group
    • sort
    • paths
    • limit
    • skip

Returns

Instance[]