Class SearchFeaturesRequestParameters
Request options for SearchFeatures
Inheritance
SearchFeaturesRequestParameters
Implements
Inherited Members
Namespace: OpenSearch .Net.Specification.LtrApi
Assembly: OpenSearch.Net.dll
Syntax
public class SearchFeaturesRequestParameters : RequestParameters<SearchFeaturesRequestParameters>, IRequestParameters
Properties
| Edit this page View SourceDefaultHttpMethod
Declaration
public override HttpMethod DefaultHttpMethod { get; }
Property Value
Type | Description |
---|---|
Http |
Overrides
| Edit this page View SourceFrom
The offset from the first result (for pagination).
Declaration
public int? From { get; set; }
Property Value
Type | Description |
---|---|
int? |
Prefix
A name prefix to filter features by.
Declaration
public string Prefix { get; set; }
Property Value
Type | Description |
---|---|
string |
Size
The number of features to return.
Declaration
public int? Size { get; set; }
Property Value
Type | Description |
---|---|
int? |
SupportsBody
Declaration
public override bool SupportsBody { get; }
Property Value
Type | Description |
---|---|
bool |