RiakDtCounter Class |
Note: This API is now obsolete.
Namespace: RiakClient.Models.RiakDt
The RiakDtCounter type exposes the following members.
Name | Description | |
---|---|---|
RiakDtCounter |
Initializes a new instance of the RiakDtCounter class.
| |
RiakDtCounter(String, String, String, DtFetchResp) |
Initializes a new instance of the RiakDtCounter class.
|
Name | Description | |
---|---|---|
Bucket |
The bucket name of the data type object.
| |
BucketType |
The bucket type of the data type object.
| |
IsChanged |
Flag to see if there have been any local changes to the value of this counter.
| |
Key |
The key of the data type object.
| |
Operations |
A collection of operations for the data type object.
| |
Value |
The current local value of this RiakDtCounter.
|
Name | Description | |
---|---|---|
AcceptChanges | Resets the object’s state to unchanged by accepting the modifications. | |
Equals | (Inherited from 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 | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Increment |
Increment the counter.
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToCounterOp |
Convert this object to a CounterOp.
| |
ToDtOp |
Convert the current instance to a DtOp.
| |
ToMapEntry |
Convert this object to a new MapEntry.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |