QueryDebugMode 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.
Enables a debugging tool that can be used to further explore your search results.
public readonly struct QueryDebugMode : IEquatable<Azure.Search.Documents.Models.QueryDebugMode>
type QueryDebugMode = struct
Public Structure QueryDebugMode
Implements IEquatable(Of QueryDebugMode)
- Inheritance
-
QueryDebugMode
- Implements
Constructors
QueryDebugMode(String) |
Initializes a new instance of QueryDebugMode. |
Properties
Disabled |
No query debugging information will be returned. |
Semantic |
Allows the user to further explore their reranked results. |
Methods
Equals(QueryDebugMode) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(QueryDebugMode, QueryDebugMode) |
Determines if two QueryDebugMode values are the same. |
Implicit(String to QueryDebugMode) |
Converts a string to a QueryDebugMode. |
Inequality(QueryDebugMode, QueryDebugMode) |
Determines if two QueryDebugMode values are not the same. |
Applies to
Azure SDK for .NET