IRiakDtTypeT Interface |
Note: This API is now obsolete.
Namespace: RiakClient.Models.RiakDt
[ObsoleteAttribute("RiakDt is deprecated. Please use Commands/CRDT namespace.")] public interface IRiakDtType<T>
The IRiakDtTypeT type exposes the following members.
Name | Description | |
---|---|---|
Bucket |
The bucket name of the data type object.
| |
BucketType |
The bucket type of the data type object.
| |
Key |
The key of the data type object.
| |
Operations |
A collection of operations for the data type object.
|
Name | Description | |
---|---|---|
ToMapEntry |
Convert this object to a new MapEntry.
|