BinAsNull Method

Create bin with a null value. This is useful for bin deletions within a record. 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 static Bin AsNull(
	string name
)

Parameters

name  String
bin name, current limit is 15 characters

Return Value

Bin

See Also