Search Results for

    Show / Hide Table of Contents

    Class GeoBoundsAggregationDescriptor<T>

    Inheritance
    object
    DescriptorBase<GeoBoundsAggregationDescriptor<T>, IGeoBoundsAggregation>
    MetricAggregationDescriptorBase<GeoBoundsAggregationDescriptor<T>, IGeoBoundsAggregation, T>
    GeoBoundsAggregationDescriptor<T>
    Implements
    IDescriptor
    IGeoBoundsAggregation
    IMetricAggregation
    IAggregation
    Inherited Members
    MetricAggregationDescriptorBase<GeoBoundsAggregationDescriptor<T>, IGeoBoundsAggregation, T>.Field(Field)
    MetricAggregationDescriptorBase<GeoBoundsAggregationDescriptor<T>, IGeoBoundsAggregation, T>.Field<TValue>(Expression<Func<T, TValue>>)
    MetricAggregationDescriptorBase<GeoBoundsAggregationDescriptor<T>, IGeoBoundsAggregation, T>.Script(string)
    MetricAggregationDescriptorBase<GeoBoundsAggregationDescriptor<T>, IGeoBoundsAggregation, T>.Script(Func<ScriptDescriptor, IScript>)
    MetricAggregationDescriptorBase<GeoBoundsAggregationDescriptor<T>, IGeoBoundsAggregation, T>.Missing(double?)
    MetricAggregationDescriptorBase<GeoBoundsAggregationDescriptor<T>, IGeoBoundsAggregation, T>.Meta(Func<FluentDictionary<string, object>, FluentDictionary<string, object>>)
    DescriptorBase<GeoBoundsAggregationDescriptor<T>, IGeoBoundsAggregation>.Self
    DescriptorBase<GeoBoundsAggregationDescriptor<T>, IGeoBoundsAggregation>.Assign<TValue>(TValue, Action<IGeoBoundsAggregation, 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
    public class GeoBoundsAggregationDescriptor<T> : MetricAggregationDescriptorBase<GeoBoundsAggregationDescriptor<T>, IGeoBoundsAggregation, T>, IDescriptor, IGeoBoundsAggregation, IMetricAggregation, IAggregation where T : class
    Type Parameters
    Name Description
    T

    Methods

    | Edit this page View Source

    WrapLongitude(bool?)

    Declaration
    public GeoBoundsAggregationDescriptor<T> WrapLongitude(bool? wrapLongitude = true)
    Parameters
    Type Name Description
    bool? wrapLongitude
    Returns
    Type Description
    GeoBoundsAggregationDescriptor<T>

    Implements

    IDescriptor
    IGeoBoundsAggregation
    IMetricAggregation
    IAggregation

    Extension Methods

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