Package com.mongodb.client.model
Class DBCreateViewOptions
- java.lang.Object
-
- com.mongodb.client.model.DBCreateViewOptions
-
@Deprecated(since="2021-05-27") public class DBCreateViewOptions extends java.lang.Object
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 Constructor Description DBCreateViewOptions()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description DBCreateViewOptions
collation(Collation collation)
Deprecated.Sets the collationCollation
getCollation()
Deprecated.Returns the collation options
-
-
-
Method Detail
-
getCollation
public Collation getCollation()
Deprecated.Returns the collation options- Returns:
- the collation options
-
collation
public DBCreateViewOptions collation(Collation collation)
Deprecated.Sets the collation- Parameters:
collation
- the collation- Returns:
- this
-
-