TriggerChangeDetectionParameters interface
在云终结点上调用触发器更改检测作时使用的参数。
属性
| change |
更改检测模式。 适用于 directoryPath 参数中指定的目录。 |
| directory |
要为其执行更改检测的目录 Azure 文件共享的相对路径。 |
| paths | 要包含在更改检测中的 Azure 文件共享上的相对路径数组。 可以是文件和目录。 |
属性详细信息
changeDetectionMode
更改检测模式。 适用于 directoryPath 参数中指定的目录。
changeDetectionMode?: string
属性值
string
directoryPath
要为其执行更改检测的目录 Azure 文件共享的相对路径。
directoryPath?: string
属性值
string
paths
要包含在更改检测中的 Azure 文件共享上的相对路径数组。 可以是文件和目录。
paths?: string[]
属性值
string[]