HistoryEvent Class
Used to communicate state relevant information from the durable extension to the client.
- Inheritance
-
builtins.objectHistoryEvent
Constructor
HistoryEvent(EventType: azure.durable_functions.models.history.HistoryEventType.HistoryEventType, EventId: int, IsPlayed: bool, Timestamp: str, **kwargs)
Parameters
- EventType
- EventId
- IsPlayed
- Timestamp
Attributes
event_id
event_type
is_played
Get the is played property.
Returns
Value indicating whether the event has been played
Return type
is_processed
Get the is process property.
Returns
Value indicating whether the orchestrator has processed the event
Return type
timestamp
Get the timestamp property.
Returns
Value indicating the the time the event occurred
Return type
Feedback
Submit and view feedback for