Interface ExplainCommandOptions

interface ExplainCommandOptions {
    maxTimeMS?: number;
    verbosity: string;
}

Properties

maxTimeMS?: number

The maxTimeMS setting for the command.

verbosity: string

The explain verbosity for the command.