Class DBCreateViewOptions

java.lang.Object
com.mongodb.client.model.DBCreateViewOptions

@Deprecated(since="2021-05-27") public class DBCreateViewOptions extends 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 Details

    • DBCreateViewOptions

      public DBCreateViewOptions()
      Deprecated.
  • Method Details

    • 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