Search Results for

    Show / Hide Table of Contents

    Interface IGeoPointFielddata

    Inherited Members
    IFielddata.Filter
    IFielddata.Loading
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public interface IGeoPointFielddata : IFielddata

    Properties

    | Edit this page View Source

    Format

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

    Precision

    Declaration
    [DataMember(Name = "precision")]
    Distance Precision { get; set; }
    Property Value
    Type Description
    Distance

    Extension Methods

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