Internal
Should not be instantiated by the user.
Readonly
elapsedThe elapsed time since the command was started, in milliseconds.
Readonly
intervalThe polling interval, in milliseconds.
Readonly
longWhether the command is long-running or not, i.e. requires polling.
Readonly
methodThe HTTP method for the request.
Optional
Readonly
paramsThe query parameters, if any.
Readonly
pathThe path for the request, not including the Base URL.
Optional
Readonly
reqThe request body, if any.
Event emitted when a command is polling in a long-running operation (i.e. create database).
Emits every time the command polls.
See AdminCommandEvent for more information about all the common properties available on this event.