FieldMapping 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.
Defines a mapping between a field in a data source and a target field in an index.
public class FieldMapping
type FieldMapping = class
Public Class FieldMapping
- Inheritance
-
FieldMapping
Constructors
FieldMapping(String) |
Initializes a new instance of FieldMapping. |
Properties
MappingFunction |
A function to apply to each source field value before indexing. |
SourceFieldName |
The name of the field in the data source. |
TargetFieldName |
The name of the target field in the index. Same as the source field name by default. |
Applies to
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.
Azure SDK for .NET