FileTriggerProperties interface

File trigger properties.

Properties

customContextTag

A custom context tag typically used to correlate the trigger against its usage. For example, if a periodic timer trigger is intended for certain specific IoT modules in the device, the tag can be the name or the image URL of the module.

sinkInfo

Role sink info.

sourceInfo

File event source details.

Property Details

customContextTag

A custom context tag typically used to correlate the trigger against its usage. For example, if a periodic timer trigger is intended for certain specific IoT modules in the device, the tag can be the name or the image URL of the module.

customContextTag?: string

Property Value

string

sinkInfo

Role sink info.

sinkInfo: RoleSinkInfo

Property Value

sourceInfo

File event source details.

sourceInfo: FileSourceInfo

Property Value