CitrusleafClient Info Method (String, Int32, IList String , IDictionary String, String  , ClLog, Dictionary String, String )Aerospike
Get server status attributes for specified list of names.

Namespace: net.citrusleaf
Assembly: CitrusleafLibrary (in CitrusleafLibrary.dll) Version: 2.0.0.0 (2.0.23.86)
Syntax

Parameters

host
Type: OnlineSystem String
Server hostname.
port
Type: OnlineSystem Int32
Server port.
names
Type: OnlineSystem.Collections.Generic IList OnlineString 
Server attribute names filter.
values
Type: OnlineSystem.Collections.Generic IDictionary OnlineString, OnlineString  
Returned attribute name/value pairs.
log
Type: net.citrusleaf ClLog
Citrusleaf logger used for debugging. Set to null for normal operation.
addressMappings (Optional)
Type: OnlineSystem.Collections.Generic Dictionary OnlineString, OnlineString 
Optional dictionary of hostname/ip address mappings.

Return Value

Result status.
See Also