Search Results for

    Show / Hide Table of Contents

    Class FilterAggregationDescriptor<T>

    Inheritance
    object
    BucketAggregationDescriptorBase<FilterAggregationDescriptor<T>, IFilterAggregation, T>
    FilterAggregationDescriptor<T>
    Implements
    IDescriptor
    IFilterAggregation
    IBucketAggregation
    IAggregation
    Inherited Members
    BucketAggregationDescriptorBase<FilterAggregationDescriptor<T>, IFilterAggregation, T>.Self
    BucketAggregationDescriptorBase<FilterAggregationDescriptor<T>, IFilterAggregation, T>.Assign<TValue>(TValue, Action<IFilterAggregation, TValue>)
    BucketAggregationDescriptorBase<FilterAggregationDescriptor<T>, IFilterAggregation, T>.Aggregations(Func<AggregationContainerDescriptor<T>, IAggregationContainer>)
    BucketAggregationDescriptorBase<FilterAggregationDescriptor<T>, IFilterAggregation, T>.Aggregations(AggregationDictionary)
    BucketAggregationDescriptorBase<FilterAggregationDescriptor<T>, IFilterAggregation, T>.Meta(Func<FluentDictionary<string, object>, FluentDictionary<string, object>>)
    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 FilterAggregationDescriptor<T> : BucketAggregationDescriptorBase<FilterAggregationDescriptor<T>, IFilterAggregation, T>, IDescriptor, IFilterAggregation, IBucketAggregation, IAggregation where T : class
    Type Parameters
    Name Description
    T

    Methods

    | Edit this page View Source

    Filter(Func<QueryContainerDescriptor<T>, QueryContainer>)

    Declaration
    public FilterAggregationDescriptor<T> Filter(Func<QueryContainerDescriptor<T>, QueryContainer> selector)
    Parameters
    Type Name Description
    Func<QueryContainerDescriptor<T>, QueryContainer> selector
    Returns
    Type Description
    FilterAggregationDescriptor<T>

    Implements

    IDescriptor
    IFilterAggregation
    IBucketAggregation
    IAggregation

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Methods
      • Filter(Func<QueryContainerDescriptor<T>, QueryContainer>)
    • Implements
    • Extension Methods
    Back to top Generated by DocFX