Class SearchModelsRequestParameters
Request options for SearchModels
Inheritance
SearchModelsRequestParameters
Assembly: OpenSearch.Net.dll
Syntax
public class SearchModelsRequestParameters : RequestParameters<SearchModelsRequestParameters>, IRequestParameters
Properties
|
Edit this page
View Source
DefaultHttpMethod
Declaration
public override HttpMethod DefaultHttpMethod { get; }
Property Value
Overrides
|
Edit this page
View Source
From
The offset from the first result (for pagination).
Declaration
public int? From { get; set; }
Property Value
|
Edit this page
View Source
Prefix
A name prefix to filter models by.
Declaration
public string Prefix { get; set; }
Property Value
|
Edit this page
View Source
Size
The number of models to return.
Declaration
public int? Size { get; set; }
Property Value
|
Edit this page
View Source
SupportsBody
Declaration
public override bool SupportsBody { get; }
Property Value
Overrides
Implements
Extension Methods