Thanks to visit codestin.com
Credit goes to mongodb.github.io

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.