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

IndexingDirective 枚举

定义

指定是否为 Azure Cosmos DB 数据库中的资源编制索引。

public enum IndexingDirective
type IndexingDirective = 
Public Enum IndexingDirective
继承
IndexingDirective

字段

Default 0

使用任何预定义/预配置的默认值。

Exclude 2

不要为资源编制索引。

Include 1

为资源编制索引。

适用于