vibe.d beta banner
get vibe.d
0.10.0

Asynchronous I/O that doesn’t get in your way, written in D

Struct ServerDescription

struct ServerDescription ;

Fields

NameTypeDescription
address string
arbiters string[]
electionId std.typecons.Nullable!(vibe.data.bson.BsonObjectID)
error string
hosts string[]
lastUpdateTime string
lastWriteDate std.typecons.Nullable!(vibe.data.bson.BsonDate)
logicalSessionTimeoutMinutes std.typecons.Nullable!(int)
maxWireVersion int
me string
minWireVersion int
opTime std.typecons.Nullable!(vibe.data.bson.BsonObjectID)
passives string[]
primary string
roundTripTime float
setName string
setVersion std.typecons.Nullable!(int)
tags string[string]
type ServerDescription.ServerType

Methods

NameDescription
satisfiesVersion (wireVersion)

Enums

NameDescription
ServerType
Authors

Sönke Ludwig

Copyright

© 2012-2016 Sönke Ludwig

License

Subject to the terms of the MIT license, as written in the included LICENSE.txt file.