Constructor, specifying bin name and unsigned long value.
For servers configured as "single-bin", enter a null or empty name.
Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 5.3.2.0 (5.3.2)
Syntax
C#
public Bin( string name, ulong value )
Parameters
- name
- Type: SystemString
bin name, current limit is 15 characters - value
- Type: SystemUInt64
bin value
See Also