Get default info values from the specified database server node.
This method supports user authentication.
Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 5.1.1.0 (5.1.1)
Syntax
C#
public static Dictionary<string, string> Request( InfoPolicy policy, Node node )
Parameters
- policy
- Type: Aerospike.ClientInfoPolicy
info command configuration parameters, pass in null for defaults - node
- Type: Aerospike.ClientNode
server node
Return Value
Type: DictionaryString, StringSee Also