Parameter to specify whether or not the view in question should be updated prior to responding to the user. * true - Return results after the view is updated. * false - Return results without updating the view. * lazy - Return the view results without waiting for an update, but update them immediately after the request.

Enumeration Members

Enumeration Members

FALSE: "false"
LAZY: "lazy"
TRUE: "true"

Generated using TypeDoc