Search Results for

    Show / Hide Table of Contents

    Class SearchFeaturesRequestParameters

    Request options for SearchFeatures

    Inheritance
    object
    RequestParameters<SearchFeaturesRequestParameters>
    SearchFeaturesRequestParameters
    Implements
    IRequestParameters
    Inherited Members
    RequestParameters<SearchFeaturesRequestParameters>.CustomResponseBuilder
    RequestParameters<SearchFeaturesRequestParameters>.QueryString
    RequestParameters<SearchFeaturesRequestParameters>.RequestConfiguration
    RequestParameters<SearchFeaturesRequestParameters>.ContainsQueryString(string)
    RequestParameters<SearchFeaturesRequestParameters>.GetQueryStringValue<TOut>(string)
    RequestParameters<SearchFeaturesRequestParameters>.GetResolvedQueryStringValue(string, IConnectionConfigurationValues)
    RequestParameters<SearchFeaturesRequestParameters>.SetQueryString(string, object)
    RequestParameters<SearchFeaturesRequestParameters>.Q<TOut>(string)
    RequestParameters<SearchFeaturesRequestParameters>.Q(string, object)
    RequestParameters<SearchFeaturesRequestParameters>.SetAcceptHeader(string)
    RequestParameters<SearchFeaturesRequestParameters>.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 SearchFeaturesRequestParameters : RequestParameters<SearchFeaturesRequestParameters>, IRequestParameters

    Properties

    | Edit this page View Source

    DefaultHttpMethod

    Declaration
    public override HttpMethod DefaultHttpMethod { get; }
    Property Value
    Type Description
    HttpMethod
    Overrides
    RequestParameters<SearchFeaturesRequestParameters>.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 features by.

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

    Size

    The number of features 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<SearchFeaturesRequestParameters>.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