RecordGetMap Method

Aerospike
Get bin value as dictionary map.

Namespace:  Aerospike.Client
Assembly:  AerospikeClient (in AerospikeClient.dll) Version: 5.3.2.0 (5.3.2)
Syntax

C#
public IDictionary GetMap(
	string name
)

Parameters

name
Type: SystemString

Return Value

Type: IDictionary
See Also

Reference