Skip to content

Commit

Permalink
add note about dedicated tiers; fix lists
Browse files Browse the repository at this point in the history
  • Loading branch information
MongoCaleb committed Oct 18, 2023
1 parent 785e508 commit b76041b
Showing 1 changed file with 15 additions and 8 deletions.
23 changes: 15 additions & 8 deletions source/triggers/database-triggers.txt
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,10 @@ options are:
- The admin databases ``admin``, ``local``, and ``config``
- The sync databases ``__realm_sync`` and ``__realm_sync_<app_id>``

.. important::

The deployment-level source type is only available on dedicated tiers.

Depending on which source type you are using, the additional options differ. The
following table describes these options.

Expand All @@ -194,12 +198,11 @@ following table describes these options.
that cause the Trigger to fire. Select the operation types you want the
trigger to respond to. Options include:

- Create Document
- Modify Document
- Rename Document
- Shard Document
- Drop Document

- Insert
- Update
- Replace
- Delete

.. note::

Update operations executed from MongoDB Compass or the MongoDB Atlas
Expand Down Expand Up @@ -229,7 +232,9 @@ following table describes these options.
Trigger is associated with.

- :guilabel:`Database Name`. The MongoDB database to watch. Optional.
If you leave this option blank, the Source Type changes to "Deployment."
If you leave this option blank, the Source Type changes to "Deployment,"
unless you are on a shared tier, in which case App Services will not
let you save the trigger.

- :guilabel:`Operation Type`. The :ref:`database operation types
<database-event-operation-types>` that cause the Trigger to fire.
Expand All @@ -239,8 +244,10 @@ following table describes these options.
- Create Collection
- Modify Collection
- Rename Collection
- Shard Collection
- Drop Collection
- Shard Collection
- Reshard Collection
- Refine Collection Shard Key

.. note::

Expand Down

0 comments on commit b76041b

Please sign in to comment.