Class Undefined
Instance of the class can be supplied as part of Partition Key Value to denote a value which is absent in the Azure Cosmos DB document.
public sealed class Undefined : IEquatable<Undefined>
- Inheritance
-
Undefined
- Implements
- Inherited Members
- Extension Methods
Fields
Value
Undefined singleton to help reuse the object.
public static readonly Undefined Value
Field Value
Methods
Equals(Undefined)
Determines whether other
is Undefined from the Azure Cosmos DB service.
public bool Equals(Undefined other)
Parameters
other
UndefinedThe object to compare with the current object.
Returns
- bool
true if the specified object is equal to the current object; otherwise, false.
Equals(object)
Determines whether other is Undefined from the Azure Cosmos DB service.
public override bool Equals(object other)
Parameters
other
objectThe object to compare with the current object.
Returns
- bool
true if the specified object is equal to the current object; otherwise, false.
GetHashCode()
Serves as a hash function for the Undefined Azure Cosmos DB database type.
public override int GetHashCode()
Returns
- int
A hash code value.