T - the entity type to use.public static interface ExecutableInsertByIdOperation.InsertByIdWithOptions<T> extends ExecutableInsertByIdOperation.TerminatingInsertById<T>, WithInsertOptions<T>
| Modifier and Type | Method and Description |
|---|---|
ExecutableInsertByIdOperation.TerminatingInsertById<T> |
withOptions(com.couchbase.client.java.kv.InsertOptions options)
Fluent method to specify options to use for execution.
|
all, oneExecutableInsertByIdOperation.TerminatingInsertById<T> withOptions(com.couchbase.client.java.kv.InsertOptions options)
withOptions in interface WithInsertOptions<T>options - to use for executionCopyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.