Class HighWaterMarkChangeDetectionPolicy
java.lang.Object
com.azure.search.documents.indexes.models.DataChangeDetectionPolicy
com.azure.search.documents.indexes.models.HighWaterMarkChangeDetectionPolicy
Defines a data change detection policy that captures changes based on the value of a high water mark column.
-
Constructor Summary
ConstructorsConstructorDescriptionHighWaterMarkChangeDetectionPolicy
(String highWaterMarkColumnName) Creates an instance of HighWaterMarkChangeDetectionPolicy class. -
Method Summary
Modifier and TypeMethodDescriptionGet the highWaterMarkColumnName property: The name of the high water mark column.
-
Constructor Details
-
HighWaterMarkChangeDetectionPolicy
Creates an instance of HighWaterMarkChangeDetectionPolicy class.- Parameters:
highWaterMarkColumnName
- the highWaterMarkColumnName value to set.
-
-
Method Details
-
getHighWaterMarkColumnName
Get the highWaterMarkColumnName property: The name of the high water mark column.- Returns:
- the highWaterMarkColumnName value.
-