public final class SearchIndexerWarning extends Object
| Constructor and Description |
|---|
SearchIndexerWarning(String message)
Constructor of
SearchIndexerWarning. |
| Modifier and Type | Method and Description |
|---|---|
String |
getDetails()
Get the details property: Additional, verbose details about the warning
to assist in debugging the indexer.
|
String |
getDocumentationLink()
Get the documentationLink property: A link to a troubleshooting guide
for these classes of warnings.
|
String |
getKey()
Get the key property: The key of the item which generated a warning.
|
String |
getMessage()
Get the message property: The message describing the warning that
occurred while processing the item.
|
String |
getName()
Get the name property: The name of the source at which the warning
originated.
|
public SearchIndexerWarning(String message)
SearchIndexerWarning.message - The message describing the warning that occurred while processing the item.public String getKey()
public String getMessage()
public String getName()
public String getDetails()
public String getDocumentationLink()
Copyright © 2020 Microsoft Corporation. All rights reserved.