MongoDbDataFeedSource type

MongoDB データ ソースを表します。 ユーザーは、作成に connectionString を指定する必要があります。 シークレットである connectionString はサービスによって返されません。

type MongoDbDataFeedSource = {
  authenticationType: "Basic"
  command: string
  connectionString?: string
  dataSourceType: "MongoDB"
  database: string
}