Class SearchFeaturesetsRequestParameters
Request options for SearchFeaturesets
Inheritance
SearchFeaturesetsRequestParameters
Implements
Inherited Members
Namespace: OpenSearch .Net.Specification.LtrApi
Assembly: OpenSearch.Net.dll
Syntax
public class SearchFeaturesetsRequestParameters : RequestParameters<SearchFeaturesetsRequestParameters>, 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 feature sets by.
Declaration
public string Prefix { get; set; }
Property Value
Type | Description |
---|---|
string |
Size
The number of feature sets 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 |