DocumentSearchResponseBase<TResult, TDoc>.Coverage Property
Applies To: Microsoft Azure
Gets a value indicating the percentage of the index that was included in the query, or null if MinimumCoverage was not set in the SearchParameters.
Namespace: Microsoft.Azure.Search.Models
Assembly: Microsoft.Azure.Search (in Microsoft.Azure.Search.dll)
Syntax
public Nullable<double> Coverage { get; set; }
public:
property Nullable<double> Coverage {
Nullable<double> get();
void set(Nullable<double> value);
}
member Coverage : Nullable<float> with get, set
Public Property Coverage As Nullable(Of Double)
Property Value
Type: System.Nullable<Double>
See Also
DocumentSearchResponseBase<TResult, TDoc> Class
Microsoft.Azure.Search.Models Namespace
Return to top