Value.BoolIntValue Class

Boolean value that converts to integer when sending a bin to the server. This class will be deleted once full conversion to boolean particle type is complete.

Definition

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 8.0.1+e35566e493546c0887ebb841c8e2a2c6a7cbde18
C#
public sealed class BoolIntValue : Value<bool>, 
	IEquatable<Value.BoolIntValue>
Inheritance
Object    Value    Value<Boolean>    Value.BoolIntValue
Implements
IEquatable<Value.BoolIntValue>

Constructors

Value.BoolIntValueInitializes a new instance of the Value.BoolIntValue class

Properties

IsNull Get null value instance.
(Inherited from Value)
Object
(Inherited from Value<T>)
Type
(Inherited from Value<T>)
value
(Inherited from Value<T>)

Methods

Operators

See Also