Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SoftDeleteColumnDeletionDetectionPolicy

Package version

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.

Hierarchy

  • SoftDeleteColumnDeletionDetectionPolicy

Index

Properties

odatatype

odatatype: "#Microsoft.Azure.Search.SoftDeleteColumnDeletionDetectionPolicy"

Polymorphic Discriminator

Optional softDeleteColumnName

softDeleteColumnName: undefined | string

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

Optional softDeleteMarkerValue

softDeleteMarkerValue: undefined | string

The marker value that identifies an item as deleted.

Generated using TypeDoc