IndexBatchException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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
Azure SDK for .NET