StorageBlobTriggerOptions interface
- Extends
屬性
| source | 觸發事件的來源。
針對事件方格型 Blob 觸發程式使用 |
繼承的屬性
| connection | 具有此 Blob 輸入或輸出所要使用的記憶體連接字串的應用程式設定(或環境變數) |
| path | Blob 容器的路徑,例如 “samples-workitems/{name}” |
屬性詳細資料
source
觸發事件的來源。
針對事件方格型 Blob 觸發程式使用 EventGrid,這可提供較低的延遲。
默認值為 LogsAndContainerScan,它會使用標準輪詢機制來偵測容器中的變更。
source?: "EventGrid" | "LogsAndContainerScan"
屬性值
"EventGrid" | "LogsAndContainerScan"
繼承的屬性詳細資料
connection
具有此 Blob 輸入或輸出所要使用的記憶體連接字串的應用程式設定(或環境變數)
connection: string
屬性值
string