次の方法で共有


MongoDbDataFeedSource クラス

定義

異常検出のために データを に取り込 DataFeed む MongoDB データ ソースについて説明します。

public class MongoDbDataFeedSource : Azure.AI.MetricsAdvisor.Administration.DataFeedSource
type MongoDbDataFeedSource = class
    inherit DataFeedSource
Public Class MongoDbDataFeedSource
Inherits DataFeedSource
継承
MongoDbDataFeedSource

コンストラクター

MongoDbDataFeedSource(String, String, String)

MongoDbDataFeedSource クラスの新しいインスタンスを初期化します。

プロパティ

Command

取り込むデータを取得するクエリ。

Database

データベースの名前。

DataSourceKind

データ ソースの種類。

(継承元 DataFeedSource)

メソッド

UpdateConnectionString(String)

接続文字列を更新します。

適用対象