Click or drag to resize
IRiakNodeCanMarkOffline Property
Indicates if this node can be marked offline. false if the node points to a load balancer.

Namespace:  RiakClient.Comms
Assembly:  RiakClient (in RiakClient.dll) Version: f9bb17a3f8ff6940b88010a52f202e3d55fe25c5
Syntax
bool CanMarkOffline { get; }

Return Value

Type: Boolean
true or false depending on the node's configuration.
See Also