Thanks to visit codestin.com
Credit goes to mongodb.github.io

Interface TopologyDescriptionOptions

interface TopologyDescriptionOptions {
    heartbeatFrequencyMS?: number;
    localThresholdMS?: number;
}

Properties

heartbeatFrequencyMS?: number
localThresholdMS?: number