ExplainCommandOptions | mongodb (original) (raw)
Interface ExplainCommandOptions
interface ExplainCommandOptions {
maxTimeMS?: number;
verbosity: string;
}
Index
Properties
Properties
Optional
maxTimeMS
maxTimeMS?: number
The maxTimeMS setting for the command.
verbosity
verbosity: string
The explain verbosity for the command.