你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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