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

IndexingPolicyDefinition<T> 类

定义

索引策略 Fluent 定义。

public class IndexingPolicyDefinition<T>
type IndexingPolicyDefinition<'T> = class
Public Class IndexingPolicyDefinition(Of T)

类型参数

T
继承
IndexingPolicyDefinition<T>

构造函数

IndexingPolicyDefinition<T>()

创建用于单元测试的 实例

方法

Attach()

将当前定义应用于父级。

WithAutomaticIndexing(Boolean)

定义 CosmosContainer的自动索引。

WithCompositeIndex()

在当前 CosmosContainer的定义中定义组合索引。

WithExcludedPaths()

定义 CosmosContainerExcludedPaths

WithIncludedPaths()

定义 CosmosContainerIncludedPaths

WithIndexingMode(IndexingMode)

定义 CosmosContainerIndexingMode

WithSpatialIndex()

Azure.Cosmos.SpatialIndex 当前 CosmosContainer的定义中定义 。

适用于

另请参阅