Search Results for

    Show / Hide Table of Contents

    Class AdjacencyMatrixAggregationDescriptor<T>

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

    Methods

    | Edit this page View Source

    Filters(Func<NamedFiltersContainerDescriptor<T>, IPromise<INamedFiltersContainer>>)

    Declaration
    public AdjacencyMatrixAggregationDescriptor<T> Filters(Func<NamedFiltersContainerDescriptor<T>, IPromise<INamedFiltersContainer>> selector)
    Parameters
    Type Name Description
    Func<NamedFiltersContainerDescriptor<T>, IPromise<INamedFiltersContainer>> selector
    Returns
    Type Description
    AdjacencyMatrixAggregationDescriptor<T>

    Implements

    IDescriptor
    IAdjacencyMatrixAggregation
    IBucketAggregation
    IAggregation

    Extension Methods

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