SearchIndexerDataSourceConnection.DataDeletionDetectionPolicy Property

Definition

The data deletion detection policy for the datasource. Please note DataDeletionDetectionPolicy is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include NativeBlobSoftDeleteDeletionDetectionPolicy and SoftDeleteColumnDeletionDetectionPolicy.

public Azure.Search.Documents.Indexes.Models.DataDeletionDetectionPolicy DataDeletionDetectionPolicy { get; set; }
member this.DataDeletionDetectionPolicy : Azure.Search.Documents.Indexes.Models.DataDeletionDetectionPolicy with get, set
Public Property DataDeletionDetectionPolicy As DataDeletionDetectionPolicy

Property Value

Applies to