AzureTableDataFeedSource type

Represents an Azure Table data source. User is required to specify connectionString for Create. connectionString being a secret is not returned by service.

type AzureTableDataFeedSource = {
  authenticationType: "Basic"
  connectionString?: string
  dataSourceType: "AzureTable"
  query: string
  table: string
}