你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
IndexBatchException 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
当索引操作仅部分成功时引发的异常。
public class IndexBatchException : Microsoft.Rest.Azure.CloudException
type IndexBatchException = class
inherit CloudException
Public Class IndexBatchException
Inherits CloudException
- 继承
构造函数
IndexBatchException(DocumentIndexResult) |
初始化 IndexBatchException 类的新实例。 |
属性
Body |
获取或设置响应对象。 (继承自 CloudException) |
IndexingResults |
获取包含每个单独索引操作的状态的索引批处理的结果。 |
Request |
获取有关关联的 HTTP 请求的信息。 (继承自 CloudException) |
RequestId |
获取或设置唯一标识针对服务发出的请求的值。 (继承自 CloudException) |
Response |
获取有关关联的 HTTP 响应的信息。 (继承自 CloudException) |
方法
FindFailedActionsToRetry(IndexBatch<Document>, String) |
查找给定批处理中失败且需要重试的所有索引操作,并在新批中返回这些操作。 |
FindFailedActionsToRetry<T>(IndexBatch<T>, Func<T,String>) |
查找给定批处理中失败且需要重试的所有索引操作,并在新批中返回这些操作。 |
扩展方法
IsAccessConditionFailed(CloudException) |
指示异常是否是 ETag) 检查访问条件失败 (的结果。 |