Get many info values by name from the specified database server node.
This method supports user authentication.
Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 5.3.2.0 (5.3.2)
Syntax
C#
public static Dictionary<string, string> Request( InfoPolicy policy, Node node, params string[] names )
Parameters
- policy
- Type: Aerospike.ClientInfoPolicy
info command configuration parameters, pass in null for defaults - node
- Type: Aerospike.ClientNode
server node - names
- Type: SystemString
names of variables to retrieve
Return Value
Type: DictionaryString, StringSee Also