Notification interface

Defines the data contract of the result of processing an event for a subscription.

Properties

createdDate

Gets or sets date and time that this result was created.

details

Details about this notification (if available)

eventId

The event id associated with this notification

id

The notification id

modifiedDate

Gets or sets date and time that this result was last modified.

result

Result of the notification

status

Status of the notification

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.

subscriptionId

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

Result of the notification

result: NotificationResult

Property Value

status

Status of the notification

status: NotificationStatus

Property Value

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