ServerStatusOptions class

ServerStatus command options;

By default, serverStatus excludes in its output: some content in the repl document. mirroredReads document. (Available starting in version 4.4)

To include fields that are excluded by default, specify the top-level field and set it to 1 in the command. To exclude fields that are included by default, specify the top-level field and set to 0 in the command. See

Constructors

ServerStatusOptions({bool assertsExcluded = false, bool connectionsExcluded = false, bool defaultRWConcernExcluded = false, bool electionMetricsExcluded = false, bool extraInfoExcluded = false, bool flowControlExcluded = false, bool freeMonitoringExcluded = false, bool globalLockExcluded = false, bool hedgingMetricsExcluded = false, bool latchAnalysisIncluded = false, bool logicalSessionRecordCacheExcluded = false, bool locksExcluded = false, bool memExcluded = false, bool metricsExcluded = false, bool mirroredReadsIncluded = false, bool networkExcluded = false, bool opLatenciesExcluded = false, bool opReadConcernCountersExcluded = false, bool opWriteConcernCountersExcluded = false, bool opcountersExcluded = false, bool opcountersReplExcluded = false, bool oplogTruncationExcluded = false, bool? repl, bool securityExcluded = false, bool shardingExcluded = false, bool shardingStatisticsExcluded = false, bool shardedIndexConsistencyExcluded = false, bool storageEngineExcluded = false, bool transactionsExcluded = false, bool transportSecurityExcluded = false, bool watchdogExcluded = false, bool wiredTigerExcluded = false})
const

Properties

assertsExcluded bool
final
connectionsExcluded bool
final
defaultRWConcernExcluded bool
final
electionMetricsExcluded bool
final
extraInfoExcluded bool
final
flowControlExcluded bool
final
freeMonitoringExcluded bool
final
globalLockExcluded bool
final
hashCode int
The hash code for this object.
no setterinherited
hedgingMetricsExcluded bool
final
latchAnalysisIncluded bool
final
locksExcluded bool
final
logicalSessionRecordCacheExcluded bool
final
memExcluded bool
final
metricsExcluded bool
final
mirroredReadsIncluded bool
final
networkExcluded bool
final
opcountersExcluded bool
final
opcountersReplExcluded bool
final
opLatenciesExcluded bool
final
oplogTruncationExcluded bool
final
opReadConcernCountersExcluded bool
final
options Map<String, Object>
no setter
opWriteConcernCountersExcluded bool
final
repl bool?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
securityExcluded bool
final
shardedIndexConsistencyExcluded bool
final
shardingExcluded bool
final
shardingStatisticsExcluded bool
final
storageEngineExcluded bool
final
transactionsExcluded bool
final
transportSecurityExcluded bool
final
watchdogExcluded bool
final
wiredTigerExcluded bool
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited