Share via


DebugInfo Class

Definition

Contains debugging information that can be used to further explore your search results.

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

Properties

QueryRewrites

Contains debugging information specific to query rewrites.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<DebugInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DebugInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DebugInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DebugInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DebugInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to