Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface OpQueryOptions

Hierarchy

Index

Properties

Optional [kFullResult]

[kFullResult]?: boolean

Optional bsonRegExp

bsonRegExp?: boolean

return BSON regular expressions as BSONRegExp instances.

Optional checkKeys

checkKeys?: boolean

the serializer will check if keys are valid.

Optional command

command?: boolean

Optional documentsReturnedIn

documentsReturnedIn?: string

Optional enableUtf8Validation

enableUtf8Validation?: boolean

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

Optional exhaustAllowed

exhaustAllowed?: boolean

Optional fieldsAsRaw

fieldsAsRaw?: Document

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

Optional ignoreUndefined

ignoreUndefined?: boolean

serialize will not emit undefined fields (default:true)

Optional maxBsonSize

maxBsonSize?: number

Optional monitoring

monitoring?: boolean

Optional moreToCome

moreToCome?: boolean

Optional noResponse

noResponse?: boolean

Optional numberToReturn

numberToReturn?: number

Optional numberToSkip

numberToSkip?: number

Optional omitReadPreference

omitReadPreference?: boolean

Optional pre32Limit

pre32Limit?: number

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.

Optional raw

raw?: boolean

Return BSON filled buffers from operations

Optional readPreference

readPreference?: ReadPreference

Specify read preference if command supports it

Optional requestId

requestId?: number

Optional returnFieldSelector

returnFieldSelector?: Document

Optional secondaryOk

secondaryOk?: boolean

Optional serializeFunctions

serializeFunctions?: boolean

serialize the javascript functions (default:false).

Optional session

session?: ClientSession

Session to use for the operation

Optional socketTimeoutMS

socketTimeoutMS?: number

Optional willRetryWrite

willRetryWrite?: boolean

Optional writeConcern

Generated using TypeDoc