ItemWarning 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.
Represents an item-level warning.
public class ItemWarning
type ItemWarning = class
Public Class ItemWarning
- Inheritance
-
ItemWarning
Constructors
ItemWarning() |
Initializes a new instance of the ItemWarning class. |
ItemWarning(String, String, String, String, String) |
Initializes a new instance of the ItemWarning class. |
Properties
Details |
Gets additional, verbose details about the warning to assist in debugging the indexer. This may not be always available. |
DocumentationLink |
Gets a link to a troubleshooting guide for these classes of warnings. This may not be always available. |
Key |
Gets the key of the item which generated a warning. |
Message |
Gets the message describing the warning that occurred while processing the item. |
Name |
Gets the name of the source at which the warning originated. For example, this could refer to a particular skill in the attached skillset. This may not be always available. |
Applies to
Azure SDK for .NET