MongoDbDataFeedSource type

يمثل مصدر بيانات MongoDB. مطلوب من المستخدم تحديد connectionString ل Create. لا يتم إرجاع connectionString كونه سرا بواسطة الخدمة.

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