EventRoute interface
A route which directs notification and telemetry events to an endpoint. Endpoints are a destination outside of Azure Digital Twins such as an EventHub.
Properties
endpoint |
The name of the endpoint this event route is bound to. |
filter | An expression which describes the events which are routed to the endpoint. |
id | The id of the event route. |
Property Details
endpointName
The name of the endpoint this event route is bound to.
endpointName: string
Property Value
string
filter
An expression which describes the events which are routed to the endpoint.
filter: string
Property Value
string
id
The id of the event route.
id?: string
Property Value
string