Search Results for

    Show / Hide Table of Contents

    Class GetMappingRequest

    Request for GetMapping

    https://opensearch.org/docs/latest/field-types/index/#get-a-mapping

    Inheritance
    object
    RequestBase<GetMappingRequestParameters>
    PlainRequestBase<GetMappingRequestParameters>
    GetMappingRequest
    Implements
    IGetMappingRequest
    IRequest<GetMappingRequestParameters>
    IRequest
    Inherited Members
    PlainRequestBase<GetMappingRequestParameters>.RequestConfiguration
    PlainRequestBase<GetMappingRequestParameters>.ErrorTrace
    PlainRequestBase<GetMappingRequestParameters>.FilterPath
    PlainRequestBase<GetMappingRequestParameters>.Human
    PlainRequestBase<GetMappingRequestParameters>.Pretty
    PlainRequestBase<GetMappingRequestParameters>.SourceQueryString
    RequestBase<GetMappingRequestParameters>.HttpMethod
    RequestBase<GetMappingRequestParameters>.RequestState
    RequestBase<GetMappingRequestParameters>.ContentType
    RequestBase<GetMappingRequestParameters>.ResolveUrl(RouteValues, IConnectionSettingsValues)
    RequestBase<GetMappingRequestParameters>.RequestDefaults(GetMappingRequestParameters)
    RequestBase<GetMappingRequestParameters>.Q<TOut>(string)
    RequestBase<GetMappingRequestParameters>.Q(string, object)
    RequestBase<GetMappingRequestParameters>.SetAcceptHeader(string)
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public class GetMappingRequest : PlainRequestBase<GetMappingRequestParameters>, IGetMappingRequest, IRequest<GetMappingRequestParameters>, IRequest

    Constructors

    | Edit this page View Source

    GetMappingRequest()

    /_mapping

    Declaration
    public GetMappingRequest()
    | Edit this page View Source

    GetMappingRequest(Indices)

    /{index}/_mapping

    Declaration
    public GetMappingRequest(Indices index)
    Parameters
    Type Name Description
    Indices index

    Optional, accepts null

    Properties

    | Edit this page View Source

    AllowNoIndices

    If false, the request returns an error if any wildcard expression, index alias, or _all value targets only missing or closed indexes. This behavior applies even if the request targets other open indexes.

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

    ClusterManagerTimeout

    Operation timeout for connection to cluster-manager node.

    Declaration
    public Time ClusterManagerTimeout { get; set; }
    Property Value
    Type Description
    Time
    Remarks

    Supported by OpenSearch servers of version 2.0.0 or greater.

    | Edit this page View Source

    ExpandWildcards

    Type of index that wildcard patterns can match. If the request can target data streams, this argument determines whether wildcard expressions match hidden data streams. Supports comma-separated values, such as open,hidden. Valid values are: all, open, closed, hidden, none.

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

    IgnoreUnavailable

    If false, the request returns an error if it targets a missing or closed index.

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

    IncludeTypeName

    Whether to add the type name to the response (default: false)

    Declaration
    public bool? IncludeTypeName { get; set; }
    Property Value
    Type Description
    bool?
    Remarks

    Deprecated as of OpenSearch 2.0

    | Edit this page View Source

    Local

    If true, the request retrieves information from the local node only.

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

    MasterTimeout

    Period to wait for a connection to the cluster-manager node. If no response is received before the timeout expires, the request fails and returns an error.

    Declaration
    [Obsolete("Deprecated as of: 2.0.0, reason: To promote inclusive language, use `cluster_manager_timeout` instead.")]
    public Time MasterTimeout { get; set; }
    Property Value
    Type Description
    Time
    | Edit this page View Source

    Self

    Declaration
    protected IGetMappingRequest Self { get; }
    Property Value
    Type Description
    IGetMappingRequest

    Implements

    IGetMappingRequest
    IRequest<TParameters>
    IRequest

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Constructors
      • GetMappingRequest()
      • GetMappingRequest(Indices)
    • Properties
      • AllowNoIndices
      • ClusterManagerTimeout
      • ExpandWildcards
      • IgnoreUnavailable
      • IncludeTypeName
      • Local
      • MasterTimeout
      • Self
    • Implements
    • Extension Methods
    Back to top Generated by DocFX