Package com.mongodb.client.model
Class CreateViewOptions
java.lang.Object
com.mongodb.client.model.CreateViewOptions
Options for creating a view
- Since:
 - 3.4
 - MongoDB documentation
 - Create Command
 - Since server release
 - 3.4
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionSets the collation optionsReturns the collation optionstoString() 
- 
Constructor Details
- 
CreateViewOptions
public CreateViewOptions() 
 - 
 - 
Method Details