Package com.datastax.astra.client.model
Class DeleteOneOptions.Builder
java.lang.Object
com.datastax.astra.client.model.DeleteOneOptions.Builder
- Enclosing class:
DeleteOneOptions
Deprecated.
Builder for creating
DeleteOneOptions
instances with a fluent API.-
Method Summary
Modifier and TypeMethodDescriptionstatic DeleteOneOptions
Deprecated.Initializes the building process with sorting options.static DeleteOneOptions
Deprecated.Initializes the building process with vector options.static DeleteOneOptions
Deprecated.Initializes the building process with vectorize options.
-
Method Details
-
sort
Deprecated.Initializes the building process with sorting options.- Parameters:
sort
- The sort criteria to be applied to the delete operation.- Returns:
- A new
DeleteOneOptions
instance configured with the provided sort criteria.
-
vectorize
Deprecated.Initializes the building process with vectorize options.- Parameters:
vectorize
- The vectorize criteria to be applied to the findOne operationsorts
- The sort criteria to be applied to the findOne operation.- Returns:
- A new
DeleteOneOptions
instance configured with the provided vectorize criteria.
-
vector
Deprecated.Initializes the building process with vector options.- Parameters:
vector
- The vector criteria to be applied to the findOne operationsorts
- The sort criteria to be applied to the findOne operation.- Returns:
- A new
DeleteOneOptions
instance configured with the provided vector criteria.
-