Search Results for

    Show / Hide Table of Contents

    Class GeoBoundsAggregation

    Inheritance
    object
    AggregationBase
    MetricAggregationBase
    GeoBoundsAggregation
    Implements
    IGeoBoundsAggregation
    IMetricAggregation
    IAggregation
    Inherited Members
    MetricAggregationBase.Field
    MetricAggregationBase.Missing
    MetricAggregationBase.Script
    AggregationBase.Meta
    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 GeoBoundsAggregation : MetricAggregationBase, IGeoBoundsAggregation, IMetricAggregation, IAggregation

    Constructors

    | Edit this page View Source

    GeoBoundsAggregation(string, Field)

    Declaration
    public GeoBoundsAggregation(string name, Field field)
    Parameters
    Type Name Description
    string name
    Field field

    Properties

    | Edit this page View Source

    WrapLongitude

    Declaration
    public bool? WrapLongitude { get; set; }
    Property Value
    Type Description
    bool?

    Implements

    IGeoBoundsAggregation
    IMetricAggregation
    IAggregation

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Constructors
      • GeoBoundsAggregation(string, Field)
    • Properties
      • WrapLongitude
    • Implements
    • Extension Methods
    Back to top Generated by DocFX