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

IndexingPolicy.Automatic 属性

定义

获取或设置一个值,该值指示是否为 Azure Cosmos DB 服务中的集合启用自动索引。

[Newtonsoft.Json.JsonProperty(PropertyName="automatic")]
public bool Automatic { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="automatic")>]
member this.Automatic : bool with get, set
Public Property Automatic As Boolean

属性值

如果启用了自动索引,则为 True;否则为 false。

属性
Newtonsoft.Json.JsonPropertyAttribute

注解

在自动索引中,可以使用 从索引 RequestOptions中显式排除文档。 在手动索引中,可以显式包含文档。

适用于