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

StoreTrackingOptions 枚举

定义

可用商店跟踪选项的标志枚举。

此枚举支持其成员值的按位组合。

[System.Flags]
public enum StoreTrackingOptions
[<System.Flags>]
type StoreTrackingOptions = 
Public Enum StoreTrackingOptions
继承
StoreTrackingOptions
属性

字段

AllNotifications 63

生成所有记录操作和批处理通知。

AllNotificationsAndChangeDetection 255

生成所有记录操作通知、批处理通知、插入和更新检测以及记录更改检测。

DetectInsertsAndUpdates 64

启用“upsert”分析以检测是否正在创建或更新记录。

DetectRecordChanges 192

在更新时,对记录启用更改检测,并且仅在检测到数据更改时生成通知。 这会自动启用插入和更新分析。

None 0

没有跟踪选项。

NotifyLocalAndServerOperations 15

生成本地和服务器 (拉取或推送) 记录操作的通知。

NotifyLocalConflictResolutionOperations 2

为本地冲突解决记录操作生成通知。

NotifyLocalOperations 1

为本地记录操作生成通知。

NotifyServerBatch 48

在服务器拉取或服务器推送触发的操作批处理结束时生成通知。

NotifyServerOperations 12

为服务器拉取或服务器推送触发的操作生成通知。

NotifyServerPullBatch 16

在由服务器拉取触发的操作批处理结束时生成通知。

NotifyServerPullOperations 4

为服务器拉取触发的操作生成通知。

NotifyServerPushBatch 32

在服务器推送触发的操作批处理结束时生成通知。

NotifyServerPushOperations 8

为服务器推送触发的操作生成通知。

适用于