Class Unset
The Unset class represents a unspecified value.
In Cassandra 2.2 and above, when executing a UPDATE or INSERT query, a parameter can be unset. Designed to avoid tombstones, setting a parameter value to Unset will make Cassandra to ignore it.
The Unset type is a singleton class, which means only one Unset object exists. The Unset.Value member represents the sole Unset object.
Inherited Members
Namespace: Cassandra
Assembly: Cassandra.dll
Syntax
public sealed class Unset
Fields
Value
Represents the sole instance of the Unset class.
Declaration
public static readonly Unset Value
Field Value
Type | Description |
---|---|
Unset |