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

Field.IsKey 属性

定义

获取或设置一个值,该值指示字段是否唯一标识索引中的文档。 必须选择每个索引中的一个顶级字段作为键字段,并且该字段的类型必须为 Edm.String。 关键字段可用于直接查找文档以及更新或删除特定文档。 简单字段的默认值为 false,对于复杂字段,默认值为 null。

[Newtonsoft.Json.JsonIgnore]
public bool? IsKey { get; set; }
[<Newtonsoft.Json.JsonIgnore>]
member this.IsKey : Nullable<bool> with get, set
Public Property IsKey As Nullable(Of Boolean)

属性值

属性
Newtonsoft.Json.JsonIgnoreAttribute

适用于