Class MoveDocuments

All Implemented Interfaces:
JsonType

public class MoveDocuments extends Command
Command to move matching documents to a collection. The collection does not need to exist.

This command allows for bulk moving of documents that match a specified SearchQuery, across one or more collections.

  • Constructor Details

    • MoveDocuments

      public MoveDocuments()