Click or drag to resize
RiakDtCounterToMapEntry Method
Convert this object to a new MapEntry.

Namespace:  RiakClient.Models.RiakDt
Assembly:  RiakClient (in RiakClient.dll) Version: f9bb17a3f8ff6940b88010a52f202e3d55fe25c5
Syntax
public MapEntry ToMapEntry(
	string fieldName
)

Parameters

fieldName
Type: SystemString
The field name for the map entry.

Return Value

Type: MapEntry
A newly initialized and configured MapEntry.

Implements

IRiakDtTypeTToMapEntry(String)
See Also