Class DropScopeOptions

java.lang.Object
com.couchbase.client.java.CommonOptions<DropScopeOptions>
com.couchbase.client.java.manager.collection.DropScopeOptions

public class DropScopeOptions extends CommonOptions<DropScopeOptions>
Allows to customize the behavior of the drop scope operation.
  • Method Details

    • dropScopeOptions

      public static DropScopeOptions dropScopeOptions()
      Creates a new instance with default values.
      Returns:
      the instantiated default options.
    • build

      @Internal public DropScopeOptions.Built build()