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.
Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 5.1.1.0 (5.1.1)
Syntax
C#
public static Bin AsNull( string name )
Parameters
- name
- Type: SystemString
bin name, current limit is 14 characters
Return Value
Type: BinSee Also