Record Constructor

Initialize record.

Definition

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 7.0.1
C#
public Record(
	Dictionary<string, Object> bins,
	int generation,
	int expiration
)

Parameters

bins  DictionaryString, Object
 
generation  Int32
 
expiration  Int32
 

See Also