TokenFilterName Struct
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.
Defines the names of all token filters supported by Azure Cognitive Search. https://docs.microsoft.com/rest/api/searchservice/Custom-analyzers-in-Azure-Search
[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Search.Serialization.ExtensibleEnumConverter<Microsoft.Azure.Search.Models.TokenFilterName>))]
public struct TokenFilterName : IEquatable<Microsoft.Azure.Search.Models.TokenFilterName>
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Search.Serialization.ExtensibleEnumConverter<Microsoft.Azure.Search.Models.TokenFilterName>))>]
type TokenFilterName = struct
Public Structure TokenFilterName
Implements IEquatable(Of TokenFilterName)
- Inheritance
-
TokenFilterName
- Attributes
-
Newtonsoft.Json.JsonConverterAttribute
- Implements
Fields
Methods
Equals(Object) |
Determines whether the specified object is equal to the current object. |
Equals(TokenFilterName) |
Compares the TokenFilterName for equality with another TokenFilterName. |
GetHashCode() |
Serves as the default hash function. |
ToString() |
Returns a string representation of the TokenFilterName. |
Operators
Equality(TokenFilterName, TokenFilterName) |
Compares two TokenFilterName values for equality. |
Explicit(TokenFilterName to String) |
Defines explicit conversion from TokenFilterName to string. |
Implicit(String to TokenFilterName) |
Defines implicit conversion from string to TokenFilterName. |
Inequality(TokenFilterName, TokenFilterName) |
Compares two TokenFilterName values for inequality. |
Applies to
Azure SDK for .NET