PeriodicTimerEventTrigger interface

Trigger details.

Extends

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.

kind

Polymorphic discriminator, which specifies the different types this object can be

sinkInfo

Role Sink information.

sourceInfo

Periodic timer details.

Inherited Properties

id

The path ID that uniquely identifies the object. NOTE: This property will not be serialized. It can only be populated by the server.

name

The object name. NOTE: This property will not be serialized. It can only be populated by the server.

systemData

Trigger in DataBoxEdge Resource NOTE: This property will not be serialized. It can only be populated by the server.

type

The hierarchical type of the object. NOTE: This property will not be serialized. It can only be populated by the server.

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

kind

Polymorphic discriminator, which specifies the different types this object can be

kind: "PeriodicTimerEvent"

Property Value

"PeriodicTimerEvent"

sinkInfo

Role Sink information.

sinkInfo: RoleSinkInfo

Property Value

sourceInfo

Periodic timer details.

sourceInfo: PeriodicTimerSourceInfo

Property Value

Inherited Property Details

id

The path ID that uniquely identifies the object. NOTE: This property will not be serialized. It can only be populated by the server.

id?: string

Property Value

string

Inherited From Trigger.id

name

The object name. NOTE: This property will not be serialized. It can only be populated by the server.

name?: string

Property Value

string

Inherited From Trigger.name

systemData

Trigger in DataBoxEdge Resource NOTE: This property will not be serialized. It can only be populated by the server.

systemData?: SystemData

Property Value

Inherited From Trigger.systemData

type

The hierarchical type of the object. NOTE: This property will not be serialized. It can only be populated by the server.

type?: string

Property Value

string

Inherited From Trigger.type