DocumentSuggestResponse<T> Class
Applies To: Microsoft Azure
Response containing suggestion query results from an Azure Search index.
Namespace: Microsoft.Azure.Search.Models
Assembly: Microsoft.Azure.Search (in Microsoft.Azure.Search.dll)
Inheritance Hierarchy
System.Object
Hyak.Common.HttpOperationResponse
Microsoft.Azure.AzureOperationResponse
Microsoft.Azure.Search.Models.DocumentSuggestResponseBase<TResult, TDoc>
Microsoft.Azure.Search.Models.DocumentSuggestResponse<T>
Syntax
public class DocumentSuggestResponse<T> : DocumentSuggestResponseBase<SuggestResult<T>, T>
where T : class
generic<typename T>
where T : ref class
public ref class DocumentSuggestResponse : DocumentSuggestResponseBase<SuggestResult<T>^, T>
type DocumentSuggestResponse<'T when 'T : not struct> =
class
inherit DocumentSuggestResponseBase<SuggestResult<'T>, 'T>
end
Public Class DocumentSuggestResponse(Of T As Class)
Inherits DocumentSuggestResponseBase(Of SuggestResult(Of T), T)
Type Parameters
- T
The CLR type that maps to the index schema. Instances of this type can be retrieved as documents from the index.
Constructors
| Name | Description | |
|---|---|---|
![]() |
DocumentSuggestResponse<T>() | Initializes a new instance of the DocumentSuggestResponse class. |
Properties
| Name | Description | |
|---|---|---|
![]() |
Coverage | Gets a value indicating the percentage of the index that was included in the query, or null if MinimumCoverage was not set in the SuggestParameters. (Inherited from DocumentSuggestResponseBase<TResult, TDoc>.) |
![]() |
RequestId | (Inherited from AzureOperationResponse.) |
![]() |
Results | Gets the sequence of results returned by the query. (Inherited from DocumentSuggestResponseBase<TResult, TDoc>.) |
![]() |
StatusCode | (Inherited from HttpOperationResponse.) |
Methods
| Name | Description | |
|---|---|---|
![]() |
Equals(Object) | (Inherited from Object.) |
![]() |
Finalize() | (Inherited from Object.) |
![]() |
GetEnumerator() | Gets the sequence of Results. (Inherited from DocumentSuggestResponseBase<TResult, TDoc>.) |
![]() |
GetHashCode() | (Inherited from Object.) |
![]() |
GetType() | (Inherited from Object.) |
![]() |
MemberwiseClone() | (Inherited from Object.) |
![]() |
ToString() | (Inherited from Object.) |
Explicit Interface Implementations
| Name | Description | |
|---|---|---|
![]() ![]() |
IEnumerable.GetEnumerator() | Gets the sequence of Results. (Inherited from DocumentSuggestResponseBase<TResult, TDoc>.) |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.Azure.Search.Models Namespace
Return to top
.jpeg)
.jpeg)
.jpeg)
.gif)
.gif)