InfoRequest(InfoPolicy, Node, String) Method

Get many info values by name from the specified database server node. This method supports user authentication.

Definition

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 7.0.1
C#
public static Dictionary<string, string> Request(
	InfoPolicy policy,
	Node node,
	params string[] names
)

Parameters

policy  InfoPolicy
info command configuration parameters, pass in null for defaults
node  Node
server node
names  String
names of variables to retrieve

Return Value

DictionaryString, String

See Also