appmixer.mongodb.db.UpdateDocument
1.0.0
Public
| Field | Type | Description |
|---|---|---|
| Collection | text | Enter your collection name. |
| Document ID | text | Document ID. If Document ID is given, then the Update filter cannot be used. |
| Update filter | textarea | The filter used to select the document to update. If Update filter is used, then Document ID cannot be specified. |
| Document | textarea | The update operations to be applied to the document. |
| Upsert | toggle | When true, creates a new document if no document matches the query. |
| One/Many | select | Update a single document in a collection or update multiple documents in a collection. |
| Field | Type | Description |
|---|---|---|
| Document | - | |
| Acknowledged | - | |
| Matched Count | - | |
| Modified Count | - | |
| Upserted Count | - | |
| Upserted Id | - |