Uses of Class
com.azure.search.documents.indexes.models.SoftDeleteColumnDeletionDetectionPolicy
Packages that use SoftDeleteColumnDeletionDetectionPolicy
Package
Description
Package containing classes for SearchServiceClient.
-
Uses of SoftDeleteColumnDeletionDetectionPolicy in com.azure.search.documents.indexes.models
Methods in com.azure.search.documents.indexes.models that return SoftDeleteColumnDeletionDetectionPolicyModifier and TypeMethodDescriptionSoftDeleteColumnDeletionDetectionPolicy.setSoftDeleteColumnName
(String softDeleteColumnName) Set the softDeleteColumnName property: The name of the column to use for soft-deletion detection.SoftDeleteColumnDeletionDetectionPolicy.setSoftDeleteMarkerValue
(String softDeleteMarkerValue) Set the softDeleteMarkerValue property: The marker value that identifies an item as deleted.