Class SearchRequestParameters
Request options for Search
https://opensearch.org/docs/latest/im-plugin/index-transforms/transforms-apis/#get-a-transform-jobs-details
Implements
Inherited Members
Namespace: OpenSearch.Net.Specification.TransformsApi
Assembly: OpenSearch.Net.dll
Syntax
public class SearchRequestParameters : RequestParameters<SearchRequestParameters>, IRequestParameters
Properties
| Edit this page View SourceDefaultHttpMethod
Declaration
public override HttpMethod DefaultHttpMethod { get; }
Property Value
Type | Description |
---|---|
HttpMethod |
Overrides
| Edit this page View SourceSearch
The search term to use to filter results.
Declaration
public string Search { get; set; }
Property Value
Type | Description |
---|---|
string |
Sortdirection
Specifies the direction to sort results in. Can be ASC
or DESC
. Default is ASC
.
Declaration
public string Sortdirection { get; set; }
Property Value
Type | Description |
---|---|
string |
Sortfield
The field to sort results with.
Declaration
public string Sortfield { get; set; }
Property Value
Type | Description |
---|---|
string |
SupportsBody
Declaration
public override bool SupportsBody { get; }
Property Value
Type | Description |
---|---|
bool |