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

IndexerChangeTrackingState 类

定义

表示索引器执行期间的更改跟踪状态。

public class IndexerChangeTrackingState
type IndexerChangeTrackingState = class
Public Class IndexerChangeTrackingState
继承
IndexerChangeTrackingState

属性

AllDocumentsFinalState

在数据源中的所有文档上编制索引完成时更改跟踪状态值。

AllDocumentsInitialState

对数据源中的所有文档开始编制索引时使用的更改跟踪状态。

ResetDocumentsFinalState

在选择时索引完成时更改跟踪状态值,重置数据源中的文档。

ResetDocumentsInitialState

在选择时开始索引时使用的更改跟踪状态,重置数据源中的文档。

适用于