Bin Constructor (String, UInt32)Aerospike
Constructor, specifying bin name and unsigned integer value. The server will convert all integers to longs. For servers configured as "single-bin", enter a null or empty name.

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

Parameters

name
Type: System String
bin name, current limit is 14 characters
value
Type: System UInt32
bin value
See Also