ValueBoolIntValue 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: 7.0.1
C#
public sealed class BoolIntValue : Value<bool>, 
	IEquatable<ValueBoolIntValue>
Inheritance
Object    Value    ValueBoolean    ValueBoolIntValue
Implements
IEquatableValueBoolIntValue

Constructors

ValueBoolIntValueInitializes a new instance of the ValueBoolIntValue class

Properties

IsNull Get null value instance.
(Inherited from Value)
Object
(Inherited from ValueT)
Type
(Inherited from ValueT)
value
(Inherited from ValueT)

Methods

Operators

See Also