RiakClientGetServerInfo Method |
Note: This API is now obsolete.
Get the server information from the connected cluster.
Namespace:
RiakClient
Assembly:
RiakClient (in RiakClient.dll) Version: f9bb17a3f8ff6940b88010a52f202e3d55fe25c5
Syntax [ObsoleteAttribute("Please use RiakClient.Commands.ServerInfo instead.")]
public RiakResult<RiakServerInfo> GetServerInfo()
[<ObsoleteAttribute("Please use RiakClient.Commands.ServerInfo instead.")>]
abstract GetServerInfo : unit -> RiakResult<RiakServerInfo>
[<ObsoleteAttribute("Please use RiakClient.Commands.ServerInfo instead.")>]
override GetServerInfo : unit -> RiakResult<RiakServerInfo>
Return Value
Type:
RiakResultRiakServerInfoA
RiakServerInfo object containing information gathered from a node in the cluster.
Implements
IRiakBatchClientGetServerInfoRemarks
This function will assume that all of the nodes in the cluster are running
the same version of Riak. It will only get executed on a single node, and the content
that is returned technically only relates to that node. All nodes in a cluster should
run on the same version of Riak.
See Also