public static interface ExecutableInsertOperation.InsertWithCollection<T>
| Modifier and Type | Method and Description |
|---|---|
ExecutableInsertOperation.InsertWithBulkMode<T> |
inCollection(String collection)
Explicitly set the name of the collection.
|
ExecutableInsertOperation.InsertWithBulkMode<T> inCollection(String collection)
collection - must not be null nor empty.ExecutableInsertOperation.InsertWithBulkMode.IllegalArgumentException - if collection is null.Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.