Namespace: patchBuilderCollections

patchBuilderCollections

Specifies operations to patch the collections of a document.

Methods


add(collection) → {patchBuilder.PatchOperation}

Specifies a collection to add to a document's metadata.
Parameters:
Name Type Description
collection string the name of the collection
Since:
  • 1.0
Returns:
a patch operation
Type
patchBuilder.PatchOperation

remove(collection) → {patchBuilder.PatchOperation}

Specifies a collection to remove from a document's metadata.
Parameters:
Name Type Description
collection string the name of the collection
Since:
  • 1.0
Returns:
a patch operation
Type
patchBuilder.PatchOperation
Copyright (c) 2020 MarkLogic Corporation Documentation generated by JSDoc 3.6.4 on 2020-08-04T23:55:49-07:00 using the DocStrap template.