Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

HighWaterMarkChangeDetectionPolicy Class

Definition

Namespace:
Azure.Search.Documents.Indexes.Models
Assembly:
Azure.Search.Documents.dll
Package:
Azure.Search.Documents v12.0.0
Package:
Azure.Search.Documents v12.1.0-beta.1
Source:
HighWaterMarkChangeDetectionPolicy.cs
Source:
HighWaterMarkChangeDetectionPolicy.cs

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Defines a data change detection policy that captures changes based on the value of a high water mark column.

public class HighWaterMarkChangeDetectionPolicy : Azure.Search.Documents.Indexes.Models.DataChangeDetectionPolicy, System.ClientModel.Primitives.IJsonModel<Azure.Search.Documents.Indexes.Models.HighWaterMarkChangeDetectionPolicy>, System.ClientModel.Primitives.IPersistableModel<Azure.Search.Documents.Indexes.Models.HighWaterMarkChangeDetectionPolicy>
type HighWaterMarkChangeDetectionPolicy = class
 inherit DataChangeDetectionPolicy
 interface IJsonModel<HighWaterMarkChangeDetectionPolicy>
 interface IPersistableModel<HighWaterMarkChangeDetectionPolicy>
Public Class HighWaterMarkChangeDetectionPolicy
Inherits DataChangeDetectionPolicy
Implements IJsonModel(Of HighWaterMarkChangeDetectionPolicy), IPersistableModel(Of HighWaterMarkChangeDetectionPolicy)
Inheritance
HighWaterMarkChangeDetectionPolicy
Implements

Constructors

Name Description
HighWaterMarkChangeDetectionPolicy(String)

Initializes a new instance of HighWaterMarkChangeDetectionPolicy.

Properties

Name Description
HighWaterMarkColumnName

The name of the high water mark column.

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<DataChangeDetectionPolicy>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from DataChangeDetectionPolicy)
IJsonModel<DataChangeDetectionPolicy>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from DataChangeDetectionPolicy)
IJsonModel<HighWaterMarkChangeDetectionPolicy>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<HighWaterMarkChangeDetectionPolicy>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DataChangeDetectionPolicy>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from DataChangeDetectionPolicy)
IPersistableModel<DataChangeDetectionPolicy>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from DataChangeDetectionPolicy)
IPersistableModel<DataChangeDetectionPolicy>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from DataChangeDetectionPolicy)
IPersistableModel<HighWaterMarkChangeDetectionPolicy>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<HighWaterMarkChangeDetectionPolicy>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<HighWaterMarkChangeDetectionPolicy>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to


Feedback

Was this page helpful?