Search
Preparing search index...
The search index is not available
mongodb
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
mongodb
Msg
Class Msg
internal
Hierarchy
层级
Msg
Index
索引
Constructors
构造函数
constructor
Properties
属性
checkKeys
checksumPresent
command
exhaustAllowed
ignoreUndefined
maxBsonSize
moreToCome
ns
options
requestId
serializeFunctions
Methods
方法
makeDocumentSegment
serializeBson
toBin
getRequestId
Constructors
构造函数
constructor
new Msg
(
ns
:
string
, command
:
Document
, options
:
OpQueryOptions
)
:
Msg
Parameters
参数
ns:
string
command:
Document
options:
OpQueryOptions
Returns
返回
Msg
Properties
属性
checkKeys
checkKeys
:
boolean
checksumPresent
checksumPresent
:
boolean
command
command
:
Document
exhaustAllowed
exhaustAllowed
:
boolean
ignoreUndefined
ignoreUndefined
:
boolean
maxBsonSize
maxBsonSize
:
number
moreToCome
moreToCome
:
boolean
ns
ns
:
string
options
options
:
OpQueryOptions
requestId
requestId
:
number
serializeFunctions
serializeFunctions
:
boolean
Methods
方法
makeDocumentSegment
makeDocumentSegment
(
buffers
:
Buffer
[]
, document
:
Document
)
:
number
Parameters
参数
buffers:
Buffer
[]
document:
Document
Returns
返回
number
serializeBson
serializeBson
(
document
:
Document
)
:
Buffer
Parameters
参数
document:
Document
Returns
返回
Buffer
toBin
toBin
(
)
:
Buffer
[]
Returns
返回
Buffer
[]
Static
getRequestId
getRequestId
(
)
:
number
Returns
返回
number
Exports
Msg
constructor
checkKeys
checksumPresent
command
exhaustAllowed
ignoreUndefined
maxBsonSize
moreToCome
ns
options
requestId
serializeFunctions
makeDocumentSegment
serializeBson
toBin
getRequestId
Generated using
TypeDoc