Initialize record.
Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 5.1.1.0 (5.1.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