Class GeoBoundingBoxQuery
Inheritance
GeoBoundingBoxQuery
Assembly: OpenSearch.Client.dll
Syntax
public class GeoBoundingBoxQuery : FieldNameQueryBase, IGeoBoundingBoxQuery, IFieldNameQuery, IQuery
Properties
|
Edit this page
View Source
BoundingBox
Declaration
public IBoundingBox BoundingBox { get; set; }
Property Value
|
Edit this page
View Source
Conditionless
Declaration
protected override bool Conditionless { get; }
Property Value
Overrides
|
Edit this page
View Source
Type
Declaration
public GeoExecution? Type { get; set; }
Property Value
|
Edit this page
View Source
ValidationMethod
Declaration
public GeoValidationMethod? ValidationMethod { get; set; }
Property Value
Implements
Extension Methods