public static interface DocumentMetadataHandle.DocumentCollections extends Set<String>
Represents the collections for a database document.
| Modifier and Type | Method and Description |
|---|---|
void |
addAll(String... collections)
Adds one or more collections to the metadata that can be written for the document.
|
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, spliterator, toArray, toArrayparallelStream, removeIf, streamvoid addAll(String... collections)
Adds one or more collections to the metadata that can be written for the document.
collections - the document collectionsCopyright © 2013-2017 MarkLogic Corporation.