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

Indexer 类

定义

public class Indexer : Microsoft.Azure.Search.Models.IResourceWithETag
type Indexer = class
    interface IResourceWithETag
Public Class Indexer
Implements IResourceWithETag
继承
Indexer
实现

构造函数

Indexer()

初始化 Indexer 类的新实例。

Indexer(String, String, String, String, String, IndexingSchedule, IndexingParameters, IList<FieldMapping>, IList<FieldMapping>, Nullable<Boolean>, String)

初始化 Indexer 类的新实例。

属性

DataSourceName

获取或设置此索引器从中读取数据的数据源的名称。

Description

获取或设置索引器的说明。

ETag

获取或设置索引器的 ETag。

FieldMappings

获取或设置定义数据源中的字段与索引中相应目标字段之间的映射。

IsDisabled

获取或设置一个值,该值指示是否禁用索引器。 默认值为 false。

Name

获取或设置索引器的名称。

OutputFieldMappings

获取或设置在扩充之后和索引编制之前立即应用的输出字段映射。

Parameters

获取或设置用于索引器执行的参数。

Schedule

获取或设置此索引器的计划。

SkillsetName

获取或设置使用此索引器执行的技能组的名称。

TargetIndexName

获取或设置此索引器将数据写入到的索引的名称。

方法

Validate()

验证 对象。

适用于