NotificationHubJobType Enum

Definition

Allowed export/import job types when bulk registration operations are to be done

public enum NotificationHubJobType
type NotificationHubJobType = 
Public Enum NotificationHubJobType
Inheritance
NotificationHubJobType

Fields

ExportRegistrations 0

Job type to bulk get registrations

ImportCreateRegistrations 1

Job type to bulk create registrations

ImportDeleteRegistrations 3

Job type to bulk delete registrations

ImportUpdateRegistrations 2

Job type to bulk update registrations

ImportUpsertRegistrations 4

Job type to bulk upsert registrations

Applies to