SubscriptionEvaluationResult interface
Encapsulates the subscription evaluation results. It defines the Date Interval that was used, number of events evaluated and events and notifications results
Properties
evaluation |
Subscription evaluation job status |
events | Subscription evaluation events results. |
id | The requestId which is the subscription evaluation jobId |
notifications | Subscription evaluation notification results. |
Property Details
evaluationJobStatus
Subscription evaluation job status
evaluationJobStatus: EvaluationOperationStatus
Property Value
events
Subscription evaluation events results.
events: EventsEvaluationResult
Property Value
id
The requestId which is the subscription evaluation jobId
id: string
Property Value
string
notifications
Subscription evaluation notification results.
notifications: NotificationsEvaluationResult