你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

MongoDbDataFeedSource 类

定义

描述一个 MongoDB 数据源,该数据源将数据引入 到 中 DataFeed 以便进行异常情况检测。

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)

汇报连接字符串。

适用于