IndexResult.Succeeded Property
Applies To: Microsoft Azure
Gets a value indicating whether the indexing operation succeeded for the document identified by Key.
Namespace: Microsoft.Azure.Search.Models
Assembly: Microsoft.Azure.Search (in Microsoft.Azure.Search.dll)
Syntax
public bool Succeeded { get; }
public:
property bool Succeeded {
bool get();
}
member Succeeded : bool with get
Public ReadOnly Property Succeeded As Boolean
Property Value
Type: System.Boolean
See Also
IndexResult Class
Microsoft.Azure.Search.Models Namespace
Return to top