DataChangeDetectionPolicy(String) Constructor
Definition
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.
Initializes a new instance of DataChangeDetectionPolicy.
public DataChangeDetectionPolicy(string odataType);
new Azure.Search.Documents.Indexes.Models.DataChangeDetectionPolicy : string -> Azure.Search.Documents.Indexes.Models.DataChangeDetectionPolicy
Public Sub New (odataType As String)
Parameters
- odataType
- String
The discriminator for derived types.
Exceptions
odataType is null.