Type alias AdminCommandEventMap

AdminCommandEventMap: {
    adminCommandFailed: AdminCommandFailedEvent;
    adminCommandPolling: AdminCommandPollingEvent;
    adminCommandStarted: AdminCommandStartedEvent;
    adminCommandSucceeded: AdminCommandSucceededEvent;
    adminCommandWarnings: AdminCommandWarningsEvent;
}

The events emitted by the DataAPIClient. These events are emitted at various stages of the admin command's lifecycle. Intended for use for monitoring and logging purposes.

Type declaration