Search Results for

    Show / Hide Table of Contents

    Class GetPoliciesRequestParameters

    Request options for GetPolicies

    Inheritance
    object
    RequestParameters<GetPoliciesRequestParameters>
    GetPoliciesRequestParameters
    Implements
    IRequestParameters
    Inherited Members
    RequestParameters<GetPoliciesRequestParameters>.CustomResponseBuilder
    RequestParameters<GetPoliciesRequestParameters>.QueryString
    RequestParameters<GetPoliciesRequestParameters>.RequestConfiguration
    RequestParameters<GetPoliciesRequestParameters>.ContainsQueryString(string)
    RequestParameters<GetPoliciesRequestParameters>.GetQueryStringValue<TOut>(string)
    RequestParameters<GetPoliciesRequestParameters>.GetResolvedQueryStringValue(string, IConnectionConfigurationValues)
    RequestParameters<GetPoliciesRequestParameters>.SetQueryString(string, object)
    RequestParameters<GetPoliciesRequestParameters>.Q<TOut>(string)
    RequestParameters<GetPoliciesRequestParameters>.Q(string, object)
    RequestParameters<GetPoliciesRequestParameters>.SetAcceptHeader(string)
    RequestParameters<GetPoliciesRequestParameters>.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.SmApi
    Assembly: OpenSearch.Net.dll
    Syntax
    public class GetPoliciesRequestParameters : RequestParameters<GetPoliciesRequestParameters>, IRequestParameters

    Properties

    | Edit this page View Source

    DefaultHttpMethod

    Declaration
    public override HttpMethod DefaultHttpMethod { get; }
    Property Value
    Type Description
    HttpMethod
    Overrides
    RequestParameters<GetPoliciesRequestParameters>.DefaultHttpMethod
    | Edit this page View Source

    From

    The starting index from which to retrieve snapshot management policies.

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

    QueryStringParam

    The query string to filter the returned snapshot management policies.

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

    Size

    The number of snapshot management policies to return.

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

    SortField

    The name of the field to sort the snapshot management policies by.

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

    SortOrder

    The order to sort the snapshot management policies.

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

    SupportsBody

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

    Implements

    IRequestParameters

    Extension Methods

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