Class representing the optional arguments to a view creation operation.
More...
#include <create_view.hpp>
Class representing the optional arguments to a view creation operation.
- See also
- https://docs.mongodb.com/master/core/views/
- Deprecated:
- This method is deprecated. To determine which options are set on this object, use the provided accessors instead.
Sets the pipeline that will be used to compute this view.
- Parameters
-
pipeline | Pipeline that will be used to compute the view. |
const stdx::optional<class pipeline>& mongocxx::options::create_view::pipeline |
( |
| ) |
const |
Gets the pipeline that will be used to compute this view.
- Returns
- Pipeline that will be used to compute the view.
Return a bson document representing the options set on this object.
- Deprecated:
- This method is deprecated. To determine which options are set on this object, use the provided accessors instead.
- Returns
- Options, as a document.
The documentation for this class was generated from the following file: