Search Results for

    Show / Hide Table of Contents

    Class ExistsQueryDescriptor<T>

    Inheritance
    object
    DescriptorBase<ExistsQueryDescriptor<T>, IExistsQuery>
    QueryDescriptorBase<ExistsQueryDescriptor<T>, IExistsQuery>
    ExistsQueryDescriptor<T>
    Implements
    IDescriptor
    IExistsQuery
    IQuery
    Inherited Members
    QueryDescriptorBase<ExistsQueryDescriptor<T>, IExistsQuery>.Conditionless
    QueryDescriptorBase<ExistsQueryDescriptor<T>, IExistsQuery>.Name(string)
    QueryDescriptorBase<ExistsQueryDescriptor<T>, IExistsQuery>.Boost(double?)
    QueryDescriptorBase<ExistsQueryDescriptor<T>, IExistsQuery>.Verbatim(bool)
    QueryDescriptorBase<ExistsQueryDescriptor<T>, IExistsQuery>.Strict(bool)
    DescriptorBase<ExistsQueryDescriptor<T>, IExistsQuery>.Self
    DescriptorBase<ExistsQueryDescriptor<T>, IExistsQuery>.Assign<TValue>(TValue, Action<IExistsQuery, TValue>)
    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 ExistsQueryDescriptor<T> : QueryDescriptorBase<ExistsQueryDescriptor<T>, IExistsQuery>, IDescriptor, IExistsQuery, IQuery where T : class
    Type Parameters
    Name Description
    T

    Properties

    | Edit this page View Source

    Conditionless

    Whether the query is conditionless. A conditionless query is not serialized as part of the request sent to OpenSearch.

    Declaration
    protected override bool Conditionless { get; }
    Property Value
    Type Description
    bool
    Overrides
    QueryDescriptorBase<ExistsQueryDescriptor<T>, IExistsQuery>.Conditionless

    Methods

    | Edit this page View Source

    Field(Field)

    Declaration
    public ExistsQueryDescriptor<T> Field(Field field)
    Parameters
    Type Name Description
    Field field
    Returns
    Type Description
    ExistsQueryDescriptor<T>
    | Edit this page View Source

    Field<TValue>(Expression<Func<T, TValue>>)

    Declaration
    public ExistsQueryDescriptor<T> Field<TValue>(Expression<Func<T, TValue>> objectPath)
    Parameters
    Type Name Description
    Expression<Func<T, TValue>> objectPath
    Returns
    Type Description
    ExistsQueryDescriptor<T>
    Type Parameters
    Name Description
    TValue

    Implements

    IDescriptor
    IExistsQuery
    IQuery

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • Conditionless
    • Methods
      • Field(Field)
      • Field<TValue>(Expression<Func<T, TValue>>)
    • Implements
    • Extension Methods
    Back to top Generated by DocFX