SnapshotRestoreStartedEventΒΆ

Class SnapshotRestoreStartedEvent

Event that is fired when the restoration of a snapshot starts.

This event is triggered at the beginning of the snapshot restoration process. It provides the ID of the snapshot being restored, allowing listeners to react to the start of the restoration.

Use this event to track the start of a snapshot restoration process. This can be useful for displaying loading indicators, preparing the application for the restoration workflow, or logging restoration attempts.

Hierarchy (View Summary)

Properties

id: number

The unique ID of the event.

snapshotID: number

The ID of the snapshot that is being restored.

transactionCode?: string

The transaction code associated with the event.

transactionID?: number

The transaction ID associated with the event.

type?: EventType

The type of the event.




Was this page helpful? Please leave a thumbs up or down.