CharFilterName Struct

Definition

Defines the names of all character filters supported by Azure Cognitive Search. https://docs.microsoft.com/rest/api/searchservice/Custom-analyzers-in-Azure-Search

C#
[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Search.Serialization.ExtensibleEnumConverter<Microsoft.Azure.Search.Models.CharFilterName>))]
public struct CharFilterName : IEquatable<Microsoft.Azure.Search.Models.CharFilterName>
Inheritance
CharFilterName
Attributes
Newtonsoft.Json.JsonConverterAttribute
Implements

Fields

Methods

Equals(CharFilterName)

Compares the CharFilterName for equality with another CharFilterName.

Equals(Object)

Determines whether the specified object is equal to the current object.

GetHashCode()

Serves as the default hash function.

ToString()

Returns a string representation of the CharFilterName.

Operators

Equality(CharFilterName, CharFilterName)

Compares two CharFilterName values for equality.

Explicit(CharFilterName to String)

Defines explicit conversion from CharFilterName to string.

Implicit(String to CharFilterName)

Defines implicit conversion from string to CharFilterName.

Inequality(CharFilterName, CharFilterName)

Compares two CharFilterName values for inequality.

Applies to

Продукт Версії
Azure SDK for .NET Legacy