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

OutputFieldMappingEntry Class

Definition

Output field mapping for a skill.

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

Constructors

Name Description
OutputFieldMappingEntry(String)

Initializes a new instance of OutputFieldMappingEntry.

Properties

Name Description
Name

The name of the output defined by the skill.

TargetName

The target name of the output. It is optional and default to name.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<OutputFieldMappingEntry>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<OutputFieldMappingEntry>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<OutputFieldMappingEntry>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<OutputFieldMappingEntry>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<OutputFieldMappingEntry>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to