Click or drag to resize
IRiakDtTypeT Interface

Note: This API is now obsolete.

Generic interface for a Riak data type.

Namespace:  RiakClient.Models.RiakDt
Assembly:  RiakClient (in RiakClient.dll) Version: f9bb17a3f8ff6940b88010a52f202e3d55fe25c5
Syntax
[ObsoleteAttribute("RiakDt is deprecated. Please use Commands/CRDT namespace.")]
public interface IRiakDtType<T>

Type Parameters

T
The type of the data type.

The IRiakDtTypeT type exposes the following members.

Properties
  NameDescription
Public propertyBucket
The bucket name of the data type object.
Public propertyBucketType
The bucket type of the data type object.
Public propertyKey
The key of the data type object.
Public propertyOperations
A collection of operations for the data type object.
Top
Methods
  NameDescription
Public methodToMapEntry
Convert this object to a new MapEntry.
Top
Remarks
Not used.
See Also