MCPcopy
hub / github.com/mongodb/node-mongodb-native / KillCursorsCommand

Interface KillCursorsCommand

src/operations/kill_cursors.ts:15–19  ·  src/operations/kill_cursors.ts::KillCursorsCommand

* https://www.mongodb.com/docs/manual/reference/command/killCursors/ * @internal

Source from the content-addressed store, hash-verified

13 * @internal
14 */
15interface KillCursorsCommand {
16 killCursors: string;
17 cursors: Long[];
18 comment?: unknown;
19}
20
21export class KillCursorsOperation extends AbstractOperation<void> {
22 override SERVER_COMMAND_RESPONSE_TYPE = MongoDBResponse;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected