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 | A URI fragment specifying the type of data deletion detection policy. |
| 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
A URI fragment specifying the type of data deletion detection policy.
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