SoftDeleteColumnDeletionDetectionPolicy Class

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.

All required parameters must be populated in order to send to Azure.

Inheritance
azure.search.documents.indexes._generated.models._models_py3.DataDeletionDetectionPolicy
SoftDeleteColumnDeletionDetectionPolicy

Constructor

SoftDeleteColumnDeletionDetectionPolicy(*, soft_delete_column_name: Optional[str] = None, soft_delete_marker_value: Optional[str] = None, **kwargs)

Parameters

odata_type
str
Required

Required. Identifies the concrete type of the data deletion detection policy.Constant filled by server.

soft_delete_column_name
str
Required

The name of the column to use for soft-deletion detection.

soft_delete_marker_value
str
Required

The marker value that identifies an item as deleted.