項目がコンテナーに挿入される前に実行されるトリガーを Azure Cosmos DB Core (SQL) API に実装する必要があります。 トリガーを確実に実行するには、どの 2 つのアクションを実行する必要がありますか?それぞれの正解は、解決策の一部を示しています。 注: 正しく選択するたびに 1 ポイントの価値があります。
正解:C,E
C: When triggers are registered, you can specify the operations that it can run with. F: When executing, pre-triggers are passed in the RequestOptions object by specifying PreTriggerInclude and then passing the name of the trigger in a List object.