| Package | Description |
|---|---|
| com.azure.search.documents.indexes.models |
Package containing classes used for resource management operations that are being sent-to and received-from an
Azure Cognitive Search service.
|
| Modifier and Type | Method and Description |
|---|---|
IndexerExecutionStatus |
IndexerExecutionResult.getStatus()
Get the status property: The outcome of this indexer execution.
|
static IndexerExecutionStatus |
IndexerExecutionStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IndexerExecutionStatus[] |
IndexerExecutionStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
IndexerExecutionResult(IndexerExecutionStatus status,
List<SearchIndexerError> errors,
List<SearchIndexerWarning> warnings,
int itemCount,
int failedItemCount)
Constructor of
IndexerExecutionResult. |
Copyright © 2020 Microsoft Corporation. All rights reserved.