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.DataDeletionDetectionPolicySoftDeleteColumnDeletionDetectionPolicy
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.
Feedback
Submit and view feedback for