TriggerChangeDetectionParameters interface
The parameters used when calling trigger change detection action on cloud endpoint.
Properties
change |
Change Detection Mode. Applies to a directory specified in directoryPath parameter. |
directory |
Relative path to a directory Azure File share for which change detection is to be performed. |
paths | Array of relative paths on the Azure File share to be included in the change detection. Can be files and directories. |
Property Details
changeDetectionMode
Change Detection Mode. Applies to a directory specified in directoryPath parameter.
changeDetectionMode?: string
Property Value
string
directoryPath
Relative path to a directory Azure File share for which change detection is to be performed.
directoryPath?: string
Property Value
string
paths
Array of relative paths on the Azure File share to be included in the change detection. Can be files and directories.
paths?: string[]
Property Value
string[]