Search Results for

    Show / Hide Table of Contents

    Interface IGeoDistanceAggregation

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

    Properties

    | Edit this page View Source

    DistanceType

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

    Field

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

    Origin

    Declaration
    [DataMember(Name = "origin")]
    GeoLocation Origin { get; set; }
    Property Value
    Type Description
    GeoLocation
    | Edit this page View Source

    Ranges

    Declaration
    [DataMember(Name = "ranges")]
    IEnumerable<IAggregationRange> Ranges { get; set; }
    Property Value
    Type Description
    IEnumerable<IAggregationRange>
    | Edit this page View Source

    Unit

    Declaration
    [DataMember(Name = "unit")]
    DistanceUnit? Unit { get; set; }
    Property Value
    Type Description
    DistanceUnit?

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • DistanceType
      • Field
      • Origin
      • Ranges
      • Unit
    • Extension Methods
    Back to top Generated by DocFX