Search Results for

    Show / Hide Table of Contents

    Interface IGeoBoundingBoxQuery

    Inherited Members
    IFieldNameQuery.Field
    IQuery.Boost
    IQuery.Conditionless
    IQuery.IsStrict
    IQuery.IsVerbatim
    IQuery.IsWritable
    IQuery.Name
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public interface IGeoBoundingBoxQuery : IFieldNameQuery, IQuery

    Properties

    | Edit this page View Source

    BoundingBox

    Declaration
    IBoundingBox BoundingBox { get; set; }
    Property Value
    Type Description
    IBoundingBox
    | Edit this page View Source

    Type

    Declaration
    GeoExecution? Type { get; set; }
    Property Value
    Type Description
    GeoExecution?
    | Edit this page View Source

    ValidationMethod

    Declaration
    GeoValidationMethod? ValidationMethod { get; set; }
    Property Value
    Type Description
    GeoValidationMethod?

    Extension Methods

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