Uses of Class
com.azure.search.documents.indexes.models.SoftDeleteColumnDeletionDetectionPolicy
Packages that use SoftDeleteColumnDeletionDetectionPolicy
Package
Description
Package containing the data models 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.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SoftDeleteColumnDeletionDetectionPolicy from the JsonReader.SoftDeleteColumnDeletionDetectionPolicy.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.