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

IndexDocumentsBatch 类

定义

public static class IndexDocumentsBatch
type IndexDocumentsBatch = class
Public Class IndexDocumentsBatch
继承
IndexDocumentsBatch

方法

Create<T>(IndexDocumentsAction<T>[])

创建用于将文档上传到索引的新 IndexDocumentsBatch<T>

Delete(String, IEnumerable<String>)

IndexDocumentsBatch<T>创建要删除的 。

Delete<T>(IEnumerable<T>)

IndexDocumentsBatch<T>创建要删除的 。

Merge<T>(IEnumerable<T>)

创建要 IndexDocumentsBatch<T> 合并的 。

MergeOrUpload<T>(IEnumerable<T>)

创建 用于 IndexDocumentsBatch<T> 合并或上传的 。

Upload<T>(IEnumerable<T>)

创建要 IndexDocumentsBatch<T> 上传的 。

适用于