Package com.mongodb.client.model
Class DBCreateViewOptions
java.lang.Object
com.mongodb.client.model.DBCreateViewOptions
Deprecated.
Usage of this API is not supported in AEM as a Cloud Service.
The options to apply when creating a view
- Since:
- 3.4
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Sets the collationDeprecated.Returns the collation options
-
Constructor Details
-
DBCreateViewOptions
public DBCreateViewOptions()Deprecated.
-
-
Method Details
-
getCollation
Deprecated.Returns the collation options- Returns:
- the collation options
-
collation
Deprecated.Sets the collation- Parameters:
collation
- the collation- Returns:
- this
-