Share via


CustomEntityAlias Class

Definition

A complex object that can be used to specify alternative spellings or synonyms to the root entity name.

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

Constructors

CustomEntityAlias(String)

Initializes a new instance of CustomEntityAlias.

Properties

AccentSensitive

Determine if the alias is accent sensitive.

CaseSensitive

Determine if the alias is case sensitive.

FuzzyEditDistance

Determine the fuzzy edit distance of the alias.

Text

The text of the alias.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<CustomEntityAlias>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<CustomEntityAlias>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<CustomEntityAlias>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<CustomEntityAlias>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<CustomEntityAlias>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to