ドラッグアンドドロップ問題 あなたはAzure Cosmos DB for NoSQLアカウントをお持ちです。 あなたは、コンテナの変更を追跡するために変更フィード機能を使用する、App1とApp2という2つのアプリを開発する予定です。App1はプルモデルを、App2はプッシュモデルを使用します。 App1とApp2で最近処理された変更を追跡する方法を選択する必要があります。 どのコンポーネントを使用すればよいでしょうか?回答するには、適切なコンポーネントを正しいアプリにドラッグしてください。各コンポーネントは、1回、複数回、またはまったく使用しない場合があります。コンテンツを表示するには、ペイン間の分割バーをドラッグするか、スクロールする必要がある場合があります。 注:正解ごとに1ポイントが加算されます。
正解:
Explanation: The change feed pull model allows you to consume the change feed at your own pace. Changes must be requested by the client and there's no automatic polling for changes. If you want to permanently "bookmark" the last processed change (similar to the push model's lease container), you'll need to save a continuation token. https://learn.microsoft.com/en-us/azure/cosmos-db/nosql/read-change-feed