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

IndexingPolicy interface

属性

automatic
excludedPaths

的 <xref:IncludedPath> 数组表示要排除用于编制索引的路径。

includedPaths

的 <xref:IncludedPath> 数组表示要包含用于编制索引的路径。

indexingMode

索引模式 (一致或延迟) IndexingMode

spatialIndexes

属性详细信息

automatic

automatic?: boolean

属性值

boolean

excludedPaths

的 <xref:IncludedPath> 数组表示要排除用于编制索引的路径。

excludedPaths?: IndexedPath[]

属性值

includedPaths

的 <xref:IncludedPath> 数组表示要包含用于编制索引的路径。

includedPaths?: IndexedPath[]

属性值

indexingMode

索引模式 (一致或延迟) IndexingMode

indexingMode?: Object

属性值

Object

spatialIndexes

spatialIndexes?: SpatialIndex[]

属性值