Public Member Functions | |
Region (string code, string address) | |
Region (string code, int ping) | |
override string | ToString () |
string | ToString (bool compact=false) |
Properties | |
string | Code [get] |
string | Cluster [get] |
Unlike the CloudRegionCode, this may contain cluster information. More... | |
string | HostAndPort [get, set] |
int | Ping [get, set] |
Weighted ping time. More... | |
bool | WasPinged [get] |
|
get |
Unlike the CloudRegionCode, this may contain cluster information.
|
getset |
Weighted ping time.
Regions gets pinged 5 times (RegionPinger.Attempts). Out of those, the worst rtt is discarded and the best will be counted two times for a weighted average.