Share via


你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

Undefined 类

定义

类的实例可以作为分区键值的一部分提供,以表示 Azure Cosmos DB 文档中不存在的值。

public sealed class Undefined : IEquatable<Microsoft.Azure.Documents.Undefined>
type Undefined = class
    interface IEquatable<Undefined>
Public NotInheritable Class Undefined
Implements IEquatable(Of Undefined)
继承
Undefined
实现

字段

Value

Undefined 单一实例可帮助重用对象。

方法

Equals(Object)

确定其他 Undefined 是否来自 Azure Cosmos DB 服务。

Equals(Undefined)

确定 是否otherUndefined来自 Azure Cosmos DB 服务。

GetHashCode()

用作 Azure Cosmos DB 数据库类型的哈希函数 Undefined

适用于