85 строки
7.0 KiB
YAML
85 строки
7.0 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.search.models.SoftDeleteColumnDeletionDetectionPolicy"
|
|
fullName: "com.azure.search.models.SoftDeleteColumnDeletionDetectionPolicy"
|
|
name: "SoftDeleteColumnDeletionDetectionPolicy"
|
|
nameWithType: "SoftDeleteColumnDeletionDetectionPolicy"
|
|
summary: "Defines a data deletion detection policy that implements a soft-deletion strategy."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.azure.search.models.DataDeletionDetectionPolicy?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedClassMethods:
|
|
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
|
|
methodsRef:
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
|
|
syntax: "public final class **SoftDeleteColumnDeletionDetectionPolicy**</br> extends <xref href=\"com.azure.search.models.DataDeletionDetectionPolicy?alt=com.azure.search.models.DataDeletionDetectionPolicy&text=DataDeletionDetectionPolicy\" data-throw-if-not-resolved=\"False\" />"
|
|
constructors:
|
|
- uid: "com.azure.search.models.SoftDeleteColumnDeletionDetectionPolicy.SoftDeleteColumnDeletionDetectionPolicy()"
|
|
fullName: "com.azure.search.models.SoftDeleteColumnDeletionDetectionPolicy.SoftDeleteColumnDeletionDetectionPolicy()"
|
|
name: "SoftDeleteColumnDeletionDetectionPolicy()"
|
|
nameWithType: "SoftDeleteColumnDeletionDetectionPolicy.SoftDeleteColumnDeletionDetectionPolicy()"
|
|
syntax: "public SoftDeleteColumnDeletionDetectionPolicy()"
|
|
methods:
|
|
- uid: "com.azure.search.models.SoftDeleteColumnDeletionDetectionPolicy.getSoftDeleteColumnName()"
|
|
fullName: "com.azure.search.models.SoftDeleteColumnDeletionDetectionPolicy.getSoftDeleteColumnName()"
|
|
name: "getSoftDeleteColumnName()"
|
|
nameWithType: "SoftDeleteColumnDeletionDetectionPolicy.getSoftDeleteColumnName()"
|
|
summary: "Get the soft<wbr>Delete<wbr>Column<wbr>Name property: The name of the column to use for soft-deletion detection."
|
|
syntax: "public String getSoftDeleteColumnName()"
|
|
desc: "Get the softDeleteColumnName property: The name of the column to use for soft-deletion detection."
|
|
returns:
|
|
description: "the softDeleteColumnName value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.search.models.SoftDeleteColumnDeletionDetectionPolicy.getSoftDeleteMarkerValue()"
|
|
fullName: "com.azure.search.models.SoftDeleteColumnDeletionDetectionPolicy.getSoftDeleteMarkerValue()"
|
|
name: "getSoftDeleteMarkerValue()"
|
|
nameWithType: "SoftDeleteColumnDeletionDetectionPolicy.getSoftDeleteMarkerValue()"
|
|
summary: "Get the soft<wbr>Delete<wbr>Marker<wbr>Value property: The marker value that identifies an item as deleted."
|
|
syntax: "public String getSoftDeleteMarkerValue()"
|
|
desc: "Get the softDeleteMarkerValue property: The marker value that identifies an item as deleted."
|
|
returns:
|
|
description: "the softDeleteMarkerValue value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.search.models.SoftDeleteColumnDeletionDetectionPolicy.setSoftDeleteColumnName(java.lang.String)"
|
|
fullName: "com.azure.search.models.SoftDeleteColumnDeletionDetectionPolicy.setSoftDeleteColumnName(String softDeleteColumnName)"
|
|
name: "setSoftDeleteColumnName(String softDeleteColumnName)"
|
|
nameWithType: "SoftDeleteColumnDeletionDetectionPolicy.setSoftDeleteColumnName(String softDeleteColumnName)"
|
|
summary: "Set the soft<wbr>Delete<wbr>Column<wbr>Name property: The name of the column to use for soft-deletion detection."
|
|
parameters:
|
|
- description: "the softDeleteColumnName value to set."
|
|
name: "softDeleteColumnName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public SoftDeleteColumnDeletionDetectionPolicy setSoftDeleteColumnName(String softDeleteColumnName)"
|
|
desc: "Set the softDeleteColumnName property: The name of the column to use for soft-deletion detection."
|
|
returns:
|
|
description: "the SoftDeleteColumnDeletionDetectionPolicy object itself."
|
|
type: "<xref href=\"com.azure.search.models.SoftDeleteColumnDeletionDetectionPolicy?alt=com.azure.search.models.SoftDeleteColumnDeletionDetectionPolicy&text=SoftDeleteColumnDeletionDetectionPolicy\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.search.models.SoftDeleteColumnDeletionDetectionPolicy.setSoftDeleteMarkerValue(java.lang.String)"
|
|
fullName: "com.azure.search.models.SoftDeleteColumnDeletionDetectionPolicy.setSoftDeleteMarkerValue(String softDeleteMarkerValue)"
|
|
name: "setSoftDeleteMarkerValue(String softDeleteMarkerValue)"
|
|
nameWithType: "SoftDeleteColumnDeletionDetectionPolicy.setSoftDeleteMarkerValue(String softDeleteMarkerValue)"
|
|
summary: "Set the soft<wbr>Delete<wbr>Marker<wbr>Value property: The marker value that identifies an item as deleted."
|
|
parameters:
|
|
- description: "the softDeleteMarkerValue value to set."
|
|
name: "softDeleteMarkerValue"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public SoftDeleteColumnDeletionDetectionPolicy setSoftDeleteMarkerValue(String softDeleteMarkerValue)"
|
|
desc: "Set the softDeleteMarkerValue property: The marker value that identifies an item as deleted."
|
|
returns:
|
|
description: "the SoftDeleteColumnDeletionDetectionPolicy object itself."
|
|
type: "<xref href=\"com.azure.search.models.SoftDeleteColumnDeletionDetectionPolicy?alt=com.azure.search.models.SoftDeleteColumnDeletionDetectionPolicy&text=SoftDeleteColumnDeletionDetectionPolicy\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "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."
|
|
metadata: {}
|
|
package: "com.azure.search.models"
|
|
artifact: com.azure:azure-search:11.0.0-beta.1
|