AzureFunctionOutputDataSource interface

定義 AzureFunctionOutputDataSource 的元數據

Extends

屬性

apiKey

如果您想要從另一個訂用帳戶使用 Azure 函式,您可以藉由提供金鑰來存取函式來執行此動作。

functionAppName

Azure Functions 應用程式的名稱。

functionName

Azure Functions 應用程式中的函式名稱。

maxBatchCount

屬性,可讓您指定傳送至 Azure Functions 的每個批次中事件數目上限。 預設值是 100。

maxBatchSize

屬性,可讓您設定傳送至 Azure 函式之每個輸出批次的大小上限。 輸入單位是以位元組為單位。 根據預設,此值為 262,144 個字節(256 KB)。

type

多型歧視性,指定這個物件可以是的不同類型

屬性詳細資料

apiKey

如果您想要從另一個訂用帳戶使用 Azure 函式,您可以藉由提供金鑰來存取函式來執行此動作。

apiKey?: string

屬性值

string

functionAppName

Azure Functions 應用程式的名稱。

functionAppName?: string

屬性值

string

functionName

Azure Functions 應用程式中的函式名稱。

functionName?: string

屬性值

string

maxBatchCount

屬性,可讓您指定傳送至 Azure Functions 的每個批次中事件數目上限。 預設值是 100。

maxBatchCount?: number

屬性值

number

maxBatchSize

屬性,可讓您設定傳送至 Azure 函式之每個輸出批次的大小上限。 輸入單位是以位元組為單位。 根據預設,此值為 262,144 個字節(256 KB)。

maxBatchSize?: number

屬性值

number

type

多型歧視性,指定這個物件可以是的不同類型

type: "Microsoft.AzureFunction"

屬性值

"Microsoft.AzureFunction"