Quorum Class |
Namespace: RiakClient
The Quorum type exposes the following members.
Name | Description | |
---|---|---|
![]() | Quorum(Int32) |
Initializes a new instance of the Quorum class.
|
![]() | Quorum(String) |
Initializes a new instance of the Quorum class.
|
Name | Description | |
---|---|---|
![]() | Equals(Object) |
Determines whether the specified object is equal to the current object.
(Overrides ObjectEquals(Object).) |
![]() | Equals(Quorum) |
Determines whether the specified object is equal to the current object.
|
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode |
Returns a hash code for the current object.
(Overrides ObjectGetHashCode.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString |
Returns a string that represents the Quorum value.
(Overrides ObjectToString.) |
Name | Description | |
---|---|---|
![]() ![]() | (Int32 to Quorum) |
Cast the value of this Int32 to a Quorum.
|
![]() ![]() | (String to Quorum) |
Cast the value of this String to a Quorum.
|
![]() ![]() | (UInt32 to Quorum) |
Cast the value of this UInt32 to a Quorum.
|
![]() ![]() | (Quorum to Int32) |
Cast the value of this Quorum to an Int32.
|
![]() ![]() | (Quorum to String) |
Cast the value of this Quorum to a String.
|
![]() ![]() | (Quorum to UInt32) |
Cast the value of this Quorum to a UInt32.
|