Share via


NotificationHubsMessageResponse interface

Describes a response from the Notification Hubs service for send operations.

Extends

Properties

failureCount

The number of devices that failed to receive a notification.

notificationId

The notification ID from the operation. Note this is only available in Standard SKU and above.

results

The list of notification outcome results for each device registered with the hub, to which this notification was sent.

state

The state of this notification outcome.

successCount

The number of devices that successfully received the notification.

Inherited Properties

correlationId

The correlation ID of the operation.

location

The location of the operation.

trackingId

The Tracking ID of the operation.

Property Details

failureCount

The number of devices that failed to receive a notification.

failureCount: number

Property Value

number

notificationId

The notification ID from the operation. Note this is only available in Standard SKU and above.

notificationId?: string

Property Value

string

results

The list of notification outcome results for each device registered with the hub, to which this notification was sent.

results: RegistrationResult[]

Property Value

state

The state of this notification outcome.

state: NotificationOutcomeState

Property Value

successCount

The number of devices that successfully received the notification.

successCount: number

Property Value

number

Inherited Property Details

correlationId

The correlation ID of the operation.

correlationId?: string

Property Value

string

Inherited From NotificationHubsResponse.correlationId

location

The location of the operation.

location?: string

Property Value

string

Inherited From NotificationHubsResponse.location

trackingId

The Tracking ID of the operation.

trackingId?: string

Property Value

string

Inherited From NotificationHubsResponse.trackingId