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 4.0.0 on 2024-08-20T21:35:26-07:00 using the DocStrap template.