FileEventTrigger Class
Trigger details.
Variables are only populated by the server, and will be ignored when sending a request.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
azure.mgmt.datab.models._models_py3.TriggerFileEventTrigger
Constructor
FileEventTrigger(*, source_info: azure.mgmt.datab.models._models_py3.FileSourceInfo, sink_info: azure.mgmt.datab.models._models_py3.RoleSinkInfo, custom_context_tag: Optional[str] = None, **kwargs)
Parameters
- kind
- str or <xref:azure.mgmt.databoxedge.v2020_12_01.models.TriggerEventType>
Required. Trigger Kind.Constant filled by server. Possible values include: "FileEvent", "PeriodicTimerEvent".
- source_info
- <xref:azure.mgmt.databoxedge.v2020_12_01.models.FileSourceInfo>
Required. File event source details.
- sink_info
- <xref:azure.mgmt.databoxedge.v2020_12_01.models.RoleSinkInfo>
Required. Role sink info.
- custom_context_tag
- str
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.
Variables
- id
- str
The path ID that uniquely identifies the object.
- name
- str
The object name.
- type
- str
The hierarchical type of the object.
- system_data
- <xref:azure.mgmt.databoxedge.v2020_12_01.models.SystemData>
Trigger in DataBoxEdge Resource.
Feedback
Submit and view feedback for