create View
Creates a view with the given name, backing collection/view name, and aggregation pipeline that defines the view.
Since
3.4
Parameters
the name of the view to create
the backing collection/view for the view
the pipeline that defines the view
Creates a view with the given name, backing collection/view name, aggregation pipeline, and options that defines the view.
Since
3.4
Parameters
the name of the view to create
the backing collection/view for the view
the pipeline that defines the view
various options for creating the view
Creates a view with the given name, backing collection/view name, and aggregation pipeline that defines the view.
Since
3.6
Parameters
the client session with which to associate this operation
the name of the view to create
the backing collection/view for the view
the pipeline that defines the view
Creates a view with the given name, backing collection/view name, aggregation pipeline, and options that defines the view.
Since
3.6
Parameters
the client session with which to associate this operation
the name of the view to create
the backing collection/view for the view
the pipeline that defines the view
various options for creating the view