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

ChangeFeedOperationType Enum

Definition

The operation type of a change feed resource with ChangeFeedMode is initialized to AllVersionsAndDeletes. Upsert operations will yield Create or Replace.

public enum ChangeFeedOperationType
type ChangeFeedOperationType = 
Public Enum ChangeFeedOperationType
Inheritance
ChangeFeedOperationType

Fields

Name Value Description
Create 0

The create operation type.

Replace 1

The replace operation type.

Delete 2

The delete operation type.

Applies to