public final class IndexingResult extends Object implements Serializable
| Constructor and Description |
|---|
IndexingResult() |
| Modifier and Type | Method and Description |
|---|---|
String |
getErrorMessage()
Get the errorMessage property: The error message explaining why the
indexing operation failed for the document identified by the key; null
if indexing succeeded.
|
String |
getKey()
Get the key property: The key of a document that was in the indexing
request.
|
int |
getStatusCode()
Get the statusCode property: The status code of the indexing operation.
|
boolean |
isSucceeded()
Get the succeeded property: A value indicating whether the indexing
operation succeeded for the document identified by the key.
|
public String getKey()
public String getErrorMessage()
public boolean isSucceeded()
public int getStatusCode()
Copyright © 2020 Microsoft Corporation. All rights reserved.