# File lib/mongo/protocol/kill_cursors.rb, line 50 def payload BSON::Document.new( command_name: 'killCursors', database_name: @database, command: upconverter.command, request_id: request_id ) end