Interface ReactiveRemoveByQueryOperation.RemoveByQueryWithOptions<T>
- Type Parameters:
T
- the entity type to use for the results.
- All Superinterfaces:
ReactiveRemoveByQueryOperation.RemoveByQueryWithQuery<T>
,ReactiveRemoveByQueryOperation.TerminatingRemoveByQuery<T>
,WithQuery<RemoveResult>
,WithQueryOptions<RemoveResult>
- All Known Subinterfaces:
ReactiveRemoveByQueryOperation.ReactiveRemoveByQuery<T>
,ReactiveRemoveByQueryOperation.RemoveByQueryConsistentWith<T>
,ReactiveRemoveByQueryOperation.RemoveByQueryInCollection<T>
,ReactiveRemoveByQueryOperation.RemoveByQueryInScope<T>
,ReactiveRemoveByQueryOperation.RemoveByQueryWithConsistency<T>
- Enclosing interface:
- ReactiveRemoveByQueryOperation
public static interface ReactiveRemoveByQueryOperation.RemoveByQueryWithOptions<T>
extends ReactiveRemoveByQueryOperation.RemoveByQueryWithQuery<T>, WithQueryOptions<RemoveResult>
Fluent method to specify options.
-
Method Summary
Modifier and TypeMethodDescriptionwithOptions
(com.couchbase.client.java.query.QueryOptions options) Fluent method to specify options to use for executionMethods inherited from interface org.springframework.data.couchbase.core.ReactiveRemoveByQueryOperation.RemoveByQueryWithQuery
matching, matching
Methods inherited from interface org.springframework.data.couchbase.core.ReactiveRemoveByQueryOperation.TerminatingRemoveByQuery
all
-
Method Details
-
withOptions
ReactiveRemoveByQueryOperation.RemoveByQueryWithQuery<T> withOptions(com.couchbase.client.java.query.QueryOptions options) Fluent method to specify options to use for execution- Specified by:
withOptions
in interfaceWithQueryOptions<T>
- Parameters:
options
- to use for execution
-