immutableValues constant

ServerStatusOptions const immutableValues

Implementation

static const ServerStatusOptions immutableValues = ServerStatusOptions(
    assertsExcluded: true,
    connectionsExcluded: true,
    defaultRWConcernExcluded: true,
    electionMetricsExcluded: true,
    extraInfoExcluded: true,
    flowControlExcluded: true,
    freeMonitoringExcluded: true,
    globalLockExcluded: true,
    hedgingMetricsExcluded: true,
    logicalSessionRecordCacheExcluded: true,
    locksExcluded: true,
    memExcluded: true,
    metricsExcluded: true,
    networkExcluded: true,
    opLatenciesExcluded: true,
    opReadConcernCountersExcluded: true,
    opWriteConcernCountersExcluded: true,
    opcountersExcluded: true,
    opcountersReplExcluded: true,
    oplogTruncationExcluded: true,
    repl: false,
    securityExcluded: true,
    shardingExcluded: true,
    shardedIndexConsistencyExcluded: true,
    shardingStatisticsExcluded: true,
    transactionsExcluded: true,
    transportSecurityExcluded: true,
    watchdogExcluded: true,
    wiredTigerExcluded: true);