Notification interface
Defines the data contract of the result of processing an event for a subscription.
Properties
created |
Gets or sets date and time that this result was created. |
details | Details about this notification (if available) |
event |
The event id associated with this notification |
id | The notification id |
modified |
Gets or sets date and time that this result was last modified. |
result | Result of the notification |
status | Status of the notification |
subscriber |
The subscriber Id associated with this notification. This is the last identity who touched in the subscription. In case of test notifications it can be the tester if the subscription is not created yet. |
subscription |
The subscription id associated with this notification |
Property Details
createdDate
Gets or sets date and time that this result was created.
createdDate: Date
Property Value
Date
details
Details about this notification (if available)
details: NotificationDetails
Property Value
eventId
The event id associated with this notification
eventId: string
Property Value
string
id
The notification id
id: number
Property Value
number
modifiedDate
Gets or sets date and time that this result was last modified.
modifiedDate: Date
Property Value
Date
result
status
subscriberId
The subscriber Id associated with this notification. This is the last identity who touched in the subscription. In case of test notifications it can be the tester if the subscription is not created yet.
subscriberId: string
Property Value
string
subscriptionId
The subscription id associated with this notification
subscriptionId: string
Property Value
string