DocumentSearchResult<T>.Coverage Property

Definition

Gets a value indicating the percentage of the index that was included in the query, or null if minimumCoverage was not specified in the request.

[Newtonsoft.Json.JsonProperty(PropertyName="@search.coverage")]
public double? Coverage { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="@search.coverage")>]
member this.Coverage : Nullable<double>
Public ReadOnly Property Coverage As Nullable(Of Double)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to