IndexingResult.Succeeded Property

Definition

Gets a value indicating whether the indexing operation succeeded for the document identified by the key.

[Newtonsoft.Json.JsonProperty(PropertyName="status")]
public bool Succeeded { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="status")>]
member this.Succeeded : bool
Public ReadOnly Property Succeeded As Boolean

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to