ClientPolicy.ipMap Field
A IP translation table is used in cases where different clients use different server
IP addresses. This may be necessary when using clients from both inside and outside
a local area network. Default is no translation.
The key is the IP address returned from friend info requests to other servers. The
value is the real IP address used to connect to the server.
Default: null (no IP address translation)
Namespace: Aerospike.ClientAssembly: AerospikeClient (in AerospikeClient.dll) Version: 8.0.1+e35566e493546c0887ebb841c8e2a2c6a7cbde18
public Dictionary<string, string> ipMap
Field Value
Dictionary<String,
String>