Search Results for

    Show / Hide Table of Contents

    Interface IFiltersAggregation

    Inherited Members
    IBucketAggregation.Aggregations
    IAggregation.Meta
    IAggregation.Name
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public interface IFiltersAggregation : IBucketAggregation, IAggregation

    Properties

    | Edit this page View Source

    Filters

    Declaration
    [DataMember(Name = "filters")]
    Union<INamedFiltersContainer, IEnumerable<QueryContainer>> Filters { get; set; }
    Property Value
    Type Description
    Union<INamedFiltersContainer, IEnumerable<QueryContainer>>
    | Edit this page View Source

    OtherBucket

    Declaration
    [DataMember(Name = "other_bucket")]
    bool? OtherBucket { get; set; }
    Property Value
    Type Description
    bool?
    | Edit this page View Source

    OtherBucketKey

    Declaration
    [DataMember(Name = "other_bucket_key")]
    string OtherBucketKey { get; set; }
    Property Value
    Type Description
    string

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • Filters
      • OtherBucket
      • OtherBucketKey
    • Extension Methods
    Back to top Generated by DocFX