共用方式為


SoftDeleteColumnDeletionDetectionPolicy interface

定義實作虛刪除策略的資料刪除偵測原則。 它會根據指定的「虛刪除」資料行的值,判斷是否應該刪除專案。

Extends

屬性

odatatype

多型鑒別子,指定此物件可以是的不同類型

softDeleteColumnName

要用於虛刪除偵測的資料行名稱。

softDeleteMarkerValue

將專案識別為已刪除的標記值。

屬性詳細資料

odatatype

多型鑒別子,指定此物件可以是的不同類型

odatatype: "#Microsoft.Azure.Search.SoftDeleteColumnDeletionDetectionPolicy"

屬性值

"#Microsoft.Azure.Search.SoftDeleteColumnDeletionDetectionPolicy"

softDeleteColumnName

要用於虛刪除偵測的資料行名稱。

softDeleteColumnName?: string

屬性值

string

softDeleteMarkerValue

將專案識別為已刪除的標記值。

softDeleteMarkerValue?: string

屬性值

string