interface NotificationBacklogStatus {
    captureTime?: Date;
    channel?: string;
    jobId?: string;
    lastJobBatchStartTime?: Date;
    lastJobProcessedTime?: Date;
    lastNotificationBatchStartTime?: Date;
    lastNotificationProcessedTime?: Date;
    oldestPendingNotificationTime?: Date;
    publisher?: string;
    status?: string;
    unprocessedNotifications?: number;
}

Properties

captureTime?: Date
channel?: string
jobId?: string
lastJobBatchStartTime?: Date
lastJobProcessedTime?: Date
lastNotificationBatchStartTime?: Date
lastNotificationProcessedTime?: Date
oldestPendingNotificationTime?: Date
publisher?: string
status?: string

Null status is unprocessed

unprocessedNotifications?: number