你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
SoftDeleteColumnDeletionDetectionPolicy interface
定义实现软删除策略的数据删除检测策略。 它确定是否应根据指定的“软删除”列的值删除项。
- Extends
属性
odatatype | 多态鉴别器,它指定此对象可以是的不同类型 |
soft |
用于软删除检测的列的名称。 |
soft |
将项目标识为已删除的标记值。 |
属性详细信息
odatatype
多态鉴别器,它指定此对象可以是的不同类型
odatatype: "#Microsoft.Azure.Search.SoftDeleteColumnDeletionDetectionPolicy"
属性值
"#Microsoft.Azure.Search.SoftDeleteColumnDeletionDetectionPolicy"
softDeleteColumnName
用于软删除检测的列的名称。
softDeleteColumnName?: string
属性值
string
softDeleteMarkerValue
将项目标识为已删除的标记值。
softDeleteMarkerValue?: string
属性值
string