Interface ISuggest<T>
Assembly: OpenSearch.Client.dll
Syntax
public interface ISuggest<out T> where T : class
Type Parameters
Properties
|
Edit this page
View Source
Length
Declaration
[DataMember(Name = "length")]
int Length { get; }
Property Value
|
Edit this page
View Source
Offset
Declaration
[DataMember(Name = "offset")]
int Offset { get; }
Property Value
|
Edit this page
View Source
Options
Declaration
[DataMember(Name = "options")]
IReadOnlyCollection<ISuggestOption<out T>> Options { get; }
Property Value
|
Edit this page
View Source
Text
Declaration
[DataMember(Name = "text")]
string Text { get; }
Property Value
Extension Methods