Type alias RunCommandOptions

RunCommandOptions: {
    authdb?: any;
    collation?: any;
    comment?: any;
    dbName?: any;
    explain?: any;
    maxTimeMS?: any;
    noResponse?: any;
    omitReadPreference?: any;
    readConcern?: any;
    readPreference?: ReadPreferenceLike;
    retryWrites?: any;
    session?: ClientSession;
    willRetryWrite?: any;
    writeConcern?: any;
} & BSONSerializeOptions

Type declaration

  • Optional authdb?: any

    Deprecated

    This is an internal option that has undefined behavior for this API

  • Optional collation?: any

    Deprecated

    This is an internal option that has undefined behavior for this API

  • Optional comment?: any

    Deprecated

    This is an internal option that has undefined behavior for this API

  • Optional dbName?: any

    Deprecated

    This is an internal option that has undefined behavior for this API

  • Optional explain?: any

    Deprecated

    This is an internal option that has undefined behavior for this API

  • Optional maxTimeMS?: any

    Deprecated

    This is an internal option that has undefined behavior for this API

  • Optional noResponse?: any

    Deprecated

    This is an internal option that has undefined behavior for this API

  • Optional omitReadPreference?: any

    Deprecated

    This is an internal option that has undefined behavior for this API

  • Optional readConcern?: any

    Deprecated

    This is an internal option that has undefined behavior for this API

  • Optional readPreference?: ReadPreferenceLike

    The read preference

  • Optional retryWrites?: any

    Deprecated

    This is an internal option that has undefined behavior for this API

  • Optional session?: ClientSession

    Specify ClientSession for this command

  • Optional willRetryWrite?: any

    Deprecated

    This is an internal option that has undefined behavior for this API

  • Optional writeConcern?: any

    Deprecated

    This is an internal option that has undefined behavior for this API

Generated using TypeDoc