Search Results for

    Show / Hide Table of Contents

    Class SearchFeaturesetsRequestParameters

    Request options for SearchFeaturesets

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

    Properties

    | Edit this page View Source

    DefaultHttpMethod

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

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

    Size

    The number of feature sets 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<SearchFeaturesetsRequestParameters>.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