Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface OperationDescription

Hierarchy

Index

Properties

Optional $clusterTime

$clusterTime?: Document

Optional agreedCompressor

agreedCompressor?: "none" | "snappy" | "zlib"

Optional bsonRegExp

bsonRegExp?: boolean

return BSON regular expressions as BSONRegExp instances.

cb

Optional checkKeys

checkKeys?: boolean

the serializer will check if keys are valid.

command

command: boolean

Optional documentsReturnedIn

documentsReturnedIn?: string

Optional enableUtf8Validation

enableUtf8Validation?: boolean

Enable utf8 validation when deserializing BSON documents. Defaults to true.

Optional fieldsAsRaw

fieldsAsRaw?: Document

allow to specify if there what fields we wish to return as unserialized raw buffer.

fullResult

fullResult: boolean

Optional ignoreUndefined

ignoreUndefined?: boolean

serialize will not emit undefined fields (default:true)

noResponse

noResponse: boolean

Optional promoteBuffers

promoteBuffers?: boolean

when deserializing a Binary will return it as a node.js Buffer instance.

Optional promoteLongs

promoteLongs?: boolean

when deserializing a Long will fit it into a Number if it's smaller than 53 bits

Optional promoteValues

promoteValues?: boolean

when deserializing will promote BSON values to their Node.js closest equivalent types.

raw

raw: boolean

Return BSON filled buffers from operations

requestId

requestId: number

Optional serializeFunctions

serializeFunctions?: boolean

serialize the javascript functions (default:false).

Optional session

session?: ClientSession

Optional socketTimeoutOverride

socketTimeoutOverride?: boolean

started

started: number

Optional zlibCompressionLevel

zlibCompressionLevel?: number

Generated using TypeDoc