Search Results for

    Show / Hide Table of Contents

    Class SearchModelsRequestParameters

    Request options for SearchModels

    Inheritance
    object
    RequestParameters<SearchModelsRequestParameters>
    SearchModelsRequestParameters
    Implements
    IRequestParameters
    Inherited Members
    RequestParameters<SearchModelsRequestParameters>.CustomResponseBuilder
    RequestParameters<SearchModelsRequestParameters>.QueryString
    RequestParameters<SearchModelsRequestParameters>.RequestConfiguration
    RequestParameters<SearchModelsRequestParameters>.ContainsQueryString(string)
    RequestParameters<SearchModelsRequestParameters>.GetQueryStringValue<TOut>(string)
    RequestParameters<SearchModelsRequestParameters>.GetResolvedQueryStringValue(string, IConnectionConfigurationValues)
    RequestParameters<SearchModelsRequestParameters>.SetQueryString(string, object)
    RequestParameters<SearchModelsRequestParameters>.Q<TOut>(string)
    RequestParameters<SearchModelsRequestParameters>.Q(string, object)
    RequestParameters<SearchModelsRequestParameters>.SetAcceptHeader(string)
    RequestParameters<SearchModelsRequestParameters>.AcceptHeaderFromFormat(string)
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: OpenSearch.Net.Specification.LtrApi
    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
    Type Description
    HttpMethod
    Overrides
    RequestParameters<SearchModelsRequestParameters>.DefaultHttpMethod
    | Edit this page View Source

    From

    The offset from the first result (for pagination).

    Declaration
    public int? From { get; set; }
    Property Value
    Type Description
    int?
    | Edit this page View Source

    Prefix

    A name prefix to filter models by.

    Declaration
    public string Prefix { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Size

    The number of models to return.

    Declaration
    public int? Size { get; set; }
    Property Value
    Type Description
    int?
    | Edit this page View Source

    SupportsBody

    Declaration
    public override bool SupportsBody { get; }
    Property Value
    Type Description
    bool
    Overrides
    RequestParameters<SearchModelsRequestParameters>.SupportsBody

    Implements

    IRequestParameters

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • DefaultHttpMethod
      • From
      • Prefix
      • Size
      • SupportsBody
    • Implements
    • Extension Methods
    Back to top Generated by DocFX