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.
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.