A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://mongodb.github.io/node-mongodb-native/6.18/interfaces/MongoClientOptions.html below:

MongoClientOptions | mongodb

OptionalallowPartialTrustChain

allowPartialTrustChain?: boolean

Inherited from SupportedNodeConnectionOptions.allowPartialTrustChain

OptionalALPNProtocols

ALPNProtocols?: Uint8Array<ArrayBufferLike> | string[] | Uint8Array<ArrayBufferLike>[]

Inherited from SupportedNodeConnectionOptions.ALPNProtocols

OptionalappName

appName?: string

Optionalauth OptionalauthMechanism OptionalauthMechanismProperties OptionalauthSource

authSource?: string

OptionalautoEncryption OptionalautoSelectFamily

autoSelectFamily?: boolean

Inherited from SupportedNodeConnectionOptions.autoSelectFamily

OptionalautoSelectFamilyAttemptTimeout

autoSelectFamilyAttemptTimeout?: number

Inherited from SupportedNodeConnectionOptions.autoSelectFamilyAttemptTimeout

OptionalbsonRegExp

bsonRegExp?: boolean

Inherited from BSONSerializeOptions.bsonRegExp

Optionalca

ca?: string | Buffer<ArrayBufferLike> | (string | Buffer<ArrayBufferLike>)[]

Inherited from SupportedNodeConnectionOptions.ca

Optionalcert

cert?: string | Buffer<ArrayBufferLike> | (string | Buffer<ArrayBufferLike>)[]

Inherited from SupportedNodeConnectionOptions.cert

OptionalcheckKeys

checkKeys?: boolean

Inherited from BSONSerializeOptions.checkKeys

OptionalcheckServerIdentity

checkServerIdentity?: ((hostname: string, cert: PeerCertificate) => Error | undefined)

Type declaration

Inherited from SupportedNodeConnectionOptions.checkServerIdentity

Optionalciphers

ciphers?: string

Inherited from SupportedNodeConnectionOptions.ciphers

Optionalcompressors

compressors?: string | (
    | "none"
    | "snappy"
    | "zlib"
    | "zstd")[]

OptionalconnectTimeoutMS

connectTimeoutMS?: number

Optionalcrl

crl?: string | Buffer<ArrayBufferLike> | (string | Buffer<ArrayBufferLike>)[]

Inherited from SupportedNodeConnectionOptions.crl

OptionaldirectConnection

directConnection?: boolean

OptionaldriverInfo OptionalecdhCurve

ecdhCurve?: string

Inherited from SupportedNodeConnectionOptions.ecdhCurve

OptionalenableUtf8Validation

enableUtf8Validation?: boolean

Inherited from BSONSerializeOptions.enableUtf8Validation

Optionalfamily

family?: number

Inherited from SupportedNodeConnectionOptions.family

OptionalfieldsAsRaw

Inherited from BSONSerializeOptions.fieldsAsRaw

OptionalforceServerObjectId

forceServerObjectId?: boolean

OptionalheartbeatFrequencyMS

heartbeatFrequencyMS?: number

Optionalhints

hints?: number

Inherited from SupportedNodeConnectionOptions.hints

OptionalignoreUndefined

ignoreUndefined?: boolean

Inherited from BSONSerializeOptions.ignoreUndefined

Optionaljournal

journal?: boolean

OptionalkeepAliveInitialDelay

keepAliveInitialDelay?: number

Inherited from SupportedNodeConnectionOptions.keepAliveInitialDelay

Optionalkey

key?: string | Buffer<ArrayBufferLike> | (string | Buffer<ArrayBufferLike> | KeyObject)[]

Inherited from SupportedNodeConnectionOptions.key

OptionalloadBalanced

loadBalanced?: boolean

OptionallocalAddress

localAddress?: string

Inherited from SupportedNodeConnectionOptions.localAddress

OptionallocalPort

localPort?: number

Inherited from SupportedNodeConnectionOptions.localPort

OptionallocalThresholdMS

localThresholdMS?: number

Optionallookup

lookup?: LookupFunction

Inherited from SupportedNodeConnectionOptions.lookup

OptionalmaxConnecting

maxConnecting?: number

OptionalmaxIdleTimeMS

maxIdleTimeMS?: number

OptionalmaxPoolSize

maxPoolSize?: number

OptionalmaxStalenessSeconds

maxStalenessSeconds?: number

OptionalminDHSize

minDHSize?: number

Inherited from SupportedNodeConnectionOptions.minDHSize

OptionalminHeartbeatFrequencyMS

minHeartbeatFrequencyMS?: number

OptionalminPoolSize

minPoolSize?: number

OptionalmongodbLogComponentSeverities OptionalmongodbLogMaxDocumentLength

mongodbLogMaxDocumentLength?: number

OptionalmongodbLogPath OptionalmonitorCommands

monitorCommands?: boolean

OptionalnoDelay

noDelay?: boolean

Optionalpassphrase

passphrase?: string

Inherited from SupportedNodeConnectionOptions.passphrase

Optionalpfx

pfx?: string | Buffer<ArrayBufferLike> | (string | Buffer<ArrayBufferLike> | PxfObject)[]

Inherited from SupportedNodeConnectionOptions.pfx

OptionalpkFactory OptionalpromoteBuffers

promoteBuffers?: boolean

Inherited from BSONSerializeOptions.promoteBuffers

OptionalpromoteLongs

promoteLongs?: boolean

Inherited from BSONSerializeOptions.promoteLongs

OptionalpromoteValues

promoteValues?: boolean

Inherited from BSONSerializeOptions.promoteValues

OptionalproxyHost

proxyHost?: string

OptionalproxyPassword

proxyPassword?: string

OptionalproxyPort

proxyPort?: number

OptionalproxyUsername

proxyUsername?: string

Optionalraw

raw?: boolean

Inherited from BSONSerializeOptions.raw

OptionalreadConcern OptionalreadConcernLevel OptionalreadPreference OptionalreadPreferenceTags OptionalrejectUnauthorized

rejectUnauthorized?: boolean

Inherited from SupportedNodeConnectionOptions.rejectUnauthorized

OptionalreplicaSet

replicaSet?: string

OptionalretryReads

retryReads?: boolean

OptionalretryWrites

retryWrites?: boolean

OptionalsecureContext

secureContext?: SecureContext

Inherited from SupportedNodeConnectionOptions.secureContext

OptionalsecureProtocol

secureProtocol?: string

Inherited from SupportedNodeConnectionOptions.secureProtocol

OptionalserializeFunctions

serializeFunctions?: boolean

Inherited from BSONSerializeOptions.serializeFunctions

OptionalserverApi OptionalserverMonitoringMode Optionalservername

servername?: string

Inherited from SupportedNodeConnectionOptions.servername

OptionalserverSelectionTimeoutMS

serverSelectionTimeoutMS?: number

Optionalsession

session?: Buffer<ArrayBufferLike>

Inherited from SupportedNodeConnectionOptions.session

OptionalsocketTimeoutMS

socketTimeoutMS?: number

OptionalsrvMaxHosts

srvMaxHosts?: number

OptionalsrvServiceName

srvServiceName?: string

Optionalssl

ssl?: boolean

Optional ExperimentaltimeoutMS

timeoutMS?: number

Optionaltls

tls?: boolean

OptionaltlsAllowInvalidCertificates

tlsAllowInvalidCertificates?: boolean

OptionaltlsAllowInvalidHostnames

tlsAllowInvalidHostnames?: boolean

OptionaltlsCAFile

tlsCAFile?: string

OptionaltlsCertificateKeyFile

tlsCertificateKeyFile?: string

OptionaltlsCertificateKeyFilePassword

tlsCertificateKeyFilePassword?: string

OptionaltlsCRLFile

tlsCRLFile?: string

OptionaltlsInsecure

tlsInsecure?: boolean

OptionaluseBigInt64

useBigInt64?: boolean

Inherited from BSONSerializeOptions.useBigInt64

Optionalw OptionalwaitQueueTimeoutMS

waitQueueTimeoutMS?: number

OptionalwriteConcern OptionalwtimeoutMS

wtimeoutMS?: number

OptionalzlibCompressionLevel

zlibCompressionLevel?:
    | 0
    | 5
    | 1
    | 3
    | 9
    | 4
    | 2
    | 8
    | 6
    | 7


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4