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

IndexBatch<T> 类

定义

包含要发送到索引的一批文档写入操作。

public class IndexBatch<T>
type IndexBatch<'T> = class
Public Class IndexBatch(Of T)

类型参数

T
继承
IndexBatch<T>

构造函数

IndexBatch<T>()

初始化 IndexBatch 类的新实例。

IndexBatch<T>(IEnumerable<IndexAction<T>>)

初始化 IndexBatch 类的新实例。

属性

Actions

获取或设置批处理中的操作。

方法

Validate()

验证 对象。

适用于