Search Results for

    Show / Hide Table of Contents

    Class ParentIdQueryDescriptor<T>

    Inheritance
    object
    DescriptorBase<ParentIdQueryDescriptor<T>, IParentIdQuery>
    QueryDescriptorBase<ParentIdQueryDescriptor<T>, IParentIdQuery>
    ParentIdQueryDescriptor<T>
    Implements
    IDescriptor
    IParentIdQuery
    IQuery
    Inherited Members
    QueryDescriptorBase<ParentIdQueryDescriptor<T>, IParentIdQuery>.Conditionless
    QueryDescriptorBase<ParentIdQueryDescriptor<T>, IParentIdQuery>.Name(string)
    QueryDescriptorBase<ParentIdQueryDescriptor<T>, IParentIdQuery>.Boost(double?)
    QueryDescriptorBase<ParentIdQueryDescriptor<T>, IParentIdQuery>.Verbatim(bool)
    QueryDescriptorBase<ParentIdQueryDescriptor<T>, IParentIdQuery>.Strict(bool)
    DescriptorBase<ParentIdQueryDescriptor<T>, IParentIdQuery>.Self
    DescriptorBase<ParentIdQueryDescriptor<T>, IParentIdQuery>.Assign<TValue>(TValue, Action<IParentIdQuery, 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
    [DataContract]
    public class ParentIdQueryDescriptor<T> : QueryDescriptorBase<ParentIdQueryDescriptor<T>, IParentIdQuery>, IDescriptor, IParentIdQuery, 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<ParentIdQueryDescriptor<T>, IParentIdQuery>.Conditionless

    Methods

    | Edit this page View Source

    Id(Id)

    Declaration
    public ParentIdQueryDescriptor<T> Id(Id id)
    Parameters
    Type Name Description
    Id id
    Returns
    Type Description
    ParentIdQueryDescriptor<T>
    | Edit this page View Source

    IgnoreUnmapped(bool?)

    Declaration
    public ParentIdQueryDescriptor<T> IgnoreUnmapped(bool? ignoreUnmapped = true)
    Parameters
    Type Name Description
    bool? ignoreUnmapped
    Returns
    Type Description
    ParentIdQueryDescriptor<T>
    | Edit this page View Source

    Type(RelationName)

    Declaration
    public ParentIdQueryDescriptor<T> Type(RelationName type)
    Parameters
    Type Name Description
    RelationName type
    Returns
    Type Description
    ParentIdQueryDescriptor<T>
    | Edit this page View Source

    Type<TChild>()

    Declaration
    public ParentIdQueryDescriptor<T> Type<TChild>()
    Returns
    Type Description
    ParentIdQueryDescriptor<T>
    Type Parameters
    Name Description
    TChild

    Implements

    IDescriptor
    IParentIdQuery
    IQuery

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • Conditionless
    • Methods
      • Id(Id)
      • IgnoreUnmapped(bool?)
      • Type(RelationName)
      • Type<TChild>()
    • Implements
    • Extension Methods
    Back to top Generated by DocFX