IndexBatchException クラス

定義

インデックス作成操作が部分的にのみ成功した場合にスローされる例外。

public class IndexBatchException : Microsoft.Rest.Azure.CloudException
type IndexBatchException = class
    inherit CloudException
Public Class IndexBatchException
Inherits CloudException
継承
IndexBatchException

コンストラクター

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) チェックの結果であるかどうかを示します。

適用対象