AutoCompleteResultValue Class

Definition

The value item of the autocomplete suggest.

public class AutoCompleteResultValue : System.ClientModel.Primitives.IJsonModel<Azure.Analytics.Purview.DataMap.AutoCompleteResultValue>, System.ClientModel.Primitives.IPersistableModel<Azure.Analytics.Purview.DataMap.AutoCompleteResultValue>
type AutoCompleteResultValue = class
    interface IJsonModel<AutoCompleteResultValue>
    interface IPersistableModel<AutoCompleteResultValue>
Public Class AutoCompleteResultValue
Implements IJsonModel(Of AutoCompleteResultValue), IPersistableModel(Of AutoCompleteResultValue)
Inheritance
AutoCompleteResultValue
Implements

Properties

QueryPlusText

The completed search query text.

Text

The completed term or phrase.

Explicit Interface Implementations

IJsonModel<AutoCompleteResultValue>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AutoCompleteResultValue>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AutoCompleteResultValue>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AutoCompleteResultValue>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AutoCompleteResultValue>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to