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

IndexingPolicyDefinition<T>.WithAutomaticIndexing(Boolean) 方法

定义

定义 CosmosContainer的自动索引。

public Azure.Cosmos.Fluent.IndexingPolicyDefinition<T> WithAutomaticIndexing (bool enabled);
member this.WithAutomaticIndexing : bool -> Azure.Cosmos.Fluent.IndexingPolicyDefinition<'T>
Public Function WithAutomaticIndexing (enabled As Boolean) As IndexingPolicyDefinition(Of T)

参数

enabled
Boolean

定义是否启用自动索引。

返回

IndexingPolicyDefinition<T> 的一个实例。

适用于