ExplainCommandOptions | mongodb (original) (raw)

Interface ExplainCommandOptions

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

Index

Properties

maxTimeMS? verbosity

Properties

OptionalmaxTimeMS

maxTimeMS?: number

The maxTimeMS setting for the command.

verbosity

verbosity: string

The explain verbosity for the command.