InputFieldMappingEntry Class
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.
Input field mapping for a skill.
public class InputFieldMappingEntry
public class InputFieldMappingEntry : System.ClientModel.Primitives.IJsonModel<Azure.Search.Documents.Indexes.Models.InputFieldMappingEntry>, System.ClientModel.Primitives.IPersistableModel<Azure.Search.Documents.Indexes.Models.InputFieldMappingEntry>
type InputFieldMappingEntry = class
type InputFieldMappingEntry = class
interface IJsonModel<InputFieldMappingEntry>
interface IPersistableModel<InputFieldMappingEntry>
Public Class InputFieldMappingEntry
Public Class InputFieldMappingEntry
Implements IJsonModel(Of InputFieldMappingEntry), IPersistableModel(Of InputFieldMappingEntry)
- Inheritance
-
InputFieldMappingEntry
- Implements
Constructors
InputFieldMappingEntry(String) |
Initializes a new instance of InputFieldMappingEntry. |
Properties
Inputs |
The recursive inputs used when creating a complex type. |
Name |
The name of the input. |
Source |
The source of the input. |
SourceContext |
The source context used for selecting recursive inputs. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<InputFieldMappingEntry>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<InputFieldMappingEntry>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<InputFieldMappingEntry>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<InputFieldMappingEntry>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<InputFieldMappingEntry>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |