AzureFunctionOutputDataSource interface
AzureFunctionOutputDataSource のメタデータを定義します
- Extends
プロパティ
| api |
別のサブスクリプションの Azure 関数を使用する場合は、関数にアクセスするためのキーを指定することで使用できます。 |
| function |
Azure Functions アプリの名前。 |
| function |
Azure Functions アプリ内の関数の名前。 |
| max |
Azure Functions に送信される各バッチ内のイベントの最大数を指定できるプロパティ。 既定値は 100 です。 |
| max |
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"