SoftDeleteColumnDeletionDetectionPolicy interface
Defines a data deletion detection policy that implements a soft-deletion strategy. It determines whether an item should be deleted based on the value of a designated 'soft delete' column.
- Extends
Properties
odatatype | Polymorphic discriminator, which specifies the different types this object can be |
soft |
The name of the column to use for soft-deletion detection. |
soft |
The marker value that identifies an item as deleted. |
Property Details
odatatype
Polymorphic discriminator, which specifies the different types this object can be
odatatype: "#Microsoft.Azure.Search.SoftDeleteColumnDeletionDetectionPolicy"
Property Value
"#Microsoft.Azure.Search.SoftDeleteColumnDeletionDetectionPolicy"
softDeleteColumnName
The name of the column to use for soft-deletion detection.
softDeleteColumnName?: string
Property Value
string
softDeleteMarkerValue
The marker value that identifies an item as deleted.
softDeleteMarkerValue?: string
Property Value
string