ContentColumnMapping 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.
Maps a SQL column to a search index field.
public class ContentColumnMapping : System.ClientModel.Primitives.IJsonModel<Azure.Search.Documents.Indexes.Models.ContentColumnMapping>, System.ClientModel.Primitives.IPersistableModel<Azure.Search.Documents.Indexes.Models.ContentColumnMapping>
type ContentColumnMapping = class
interface IJsonModel<ContentColumnMapping>
interface IPersistableModel<ContentColumnMapping>
Public Class ContentColumnMapping
Implements IJsonModel(Of ContentColumnMapping), IPersistableModel(Of ContentColumnMapping)
- Inheritance
-
ContentColumnMapping
- Implements
Constructors
| Name | Description |
|---|---|
| ContentColumnMapping(String, String, String) |
Initializes a new instance of ContentColumnMapping. |
Properties
| Name | Description |
|---|---|
| Name |
Target index field name. |
| SearchFieldType |
Azure AI Search field type (e.g., Edm.String, Edm.Int32). |
| SourceField |
SQL column name. |