Bin(String, Single) Constructor

Constructor, specifying bin name and float value.

For servers configured as "single-bin", enter a null or empty name.

Definition

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 7.0.1
C#
public Bin(
	string name,
	float value
)

Parameters

name  String
bin name, current limit is 15 characters
value  Single
bin value

See Also