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.
Inheritance
System.Object
Unset
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Dse
Assembly: Dse.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 |