Record Constructor

Aerospike
Initialize record.

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

C#
public Record(
	Dictionary<string, Object> bins,
	int generation,
	int expiration
)

Parameters

bins
Type: System.Collections.GenericDictionaryString, Object
generation
Type: SystemInt32
expiration
Type: SystemInt32
See Also

Reference