Поделиться через


IndexBatchException Class

Definition

Exception thrown when an indexing operation only partially succeeds.

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

Constructors

IndexBatchException(DocumentIndexResult)

Initializes a new instance of the IndexBatchException class.

Properties

IndexingResults

Gets the results for the index batch that contains the status for each individual index action.

Methods

FindFailedActionsToRetry(IndexBatch<Document>, String)

Finds all index actions in the given batch that failed and need to be retried, and returns them in a new batch.

FindFailedActionsToRetry<T>(IndexBatch<T>, Func<T,String>)

Finds all index actions in the given batch that failed and need to be retried, and returns them in a new batch.

Extension Methods

IsAccessConditionFailed(CloudException)

Indicates whether the exception is the result of a failed access condition (ETag) check.

Applies to